From 61758ce4e1d18e6929658ac3a29fa39ad91cd294 Mon Sep 17 00:00:00 2001 From: Andy Polyakov Date: Fri, 10 Jun 2022 10:51:30 +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 7f6909a4..f85bf5f4 100644 --- a/bindings/rust/Cargo.toml +++ b/bindings/rust/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "blst" -version = "0.3.7" +version = "0.3.8" authors = ["sean-sn "] edition = "2018" license = "Apache-2.0"