From 52cc60d78591a56abb2f3d0bd1cdafc6ba242997 Mon Sep 17 00:00:00 2001 From: Andy Polyakov Date: Wed, 24 Jul 2024 12:47:09 +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 190c38fc..f52a6997 100644 --- a/bindings/rust/Cargo.toml +++ b/bindings/rust/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "blst" -version = "0.3.12" +version = "0.3.13" authors = ["sean-sn "] edition = "2018" license = "Apache-2.0"