From d981fc9baa85be6886f344bfd652f084bffb879b Mon Sep 17 00:00:00 2001 From: Nazar Mokrynskyi Date: Sat, 10 Feb 2024 01:02:38 +0200 Subject: [PATCH] Bump version --- bindings/rust/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindings/rust/Cargo.toml b/bindings/rust/Cargo.toml index 50c7b19e..1724e93a 100644 --- a/bindings/rust/Cargo.toml +++ b/bindings/rust/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "blst" -version = "0.3.11" +version = "0.4.0" authors = ["sean-sn "] edition = "2018" license = "Apache-2.0"