From a7958966127fdc10e3f8f91df54e9887ce38186b Mon Sep 17 00:00:00 2001 From: Ivan Kalinin Date: Thu, 31 Oct 2024 22:38:34 +0100 Subject: [PATCH] chore: bump version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 40f94664..72fc2a99 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "everscale-types" description = "A set of primitive types and utilities for the Everscale blockchain." authors = ["Ivan Kalinin "] repository = "https://github.com/broxus/everscale-types" -version = "0.1.0-rc.8" +version = "0.1.0" edition = "2021" rust-version = "1.77" include = ["src/**/*.rs", "benches/**/*.rs", "LICENSE-*", "README.md"]