From 03b5124029979755c752eec45f3c29674b558446 Mon Sep 17 00:00:00 2001 From: Andy Polyakov Date: Sat, 25 Jun 2022 15:23:32 +0200 Subject: [PATCH] bindings/rust/Cargo.toml: bump the version number. --- 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 18ba4a1f..4aef9128 100644 --- a/bindings/rust/Cargo.toml +++ b/bindings/rust/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "blst" -version = "0.3.9" +version = "0.3.10" authors = ["sean-sn "] edition = "2018" license = "Apache-2.0"