From 575c3dd0219299ecf08d47d016ea392be9e47fe8 Mon Sep 17 00:00:00 2001 From: Simon Peffers Date: Sun, 7 Mar 2021 21:46:02 -0500 Subject: [PATCH] Update rust version to v0.3.3. --- 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 ef324940..83075524 100644 --- a/bindings/rust/Cargo.toml +++ b/bindings/rust/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "blst" -version = "0.3.2" +version = "0.3.3" authors = ["sean-sn "] edition = "2018" license = "Apache-2.0"