From 7ace64615e7daa4e4336c156cd7a5233aee79f9c Mon Sep 17 00:00:00 2001 From: Saeed Dadkhah Date: Wed, 13 Nov 2024 14:11:00 +0330 Subject: [PATCH] Get ready to release the new version (#13) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6bb67b2..c8c5268 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "scilla-parser" -version = "1.0.0" +version = "2.0.0" edition = "2021" description = "Scilla smart contract parser written in Rust" license = "MIT"