From 818d68f6ea182f83d43ec96c9d14f25f4ac2d09b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Papierski?= Date: Wed, 18 Oct 2023 16:19:38 +0200 Subject: [PATCH] Bump to 3.0.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 01bfe59..a00b2ef 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "casper-wasm-utils" -version = "2.0.0" +version = "3.0.0" edition = "2021" rust-version = "1.56.1" authors = ["Nikolay Volf ", "Sergey Pepyakin ", "Félix Daudré-Vignier ", "Michał Papierski "]