From 4342e54968899cb38d6210ef8d8c852bb9ef5401 Mon Sep 17 00:00:00 2001 From: Andy Polyakov Date: Fri, 1 Nov 2024 11:02:57 +0100 Subject: [PATCH] rust/Cargo.toml: bump the version number. --- rust/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust/Cargo.toml b/rust/Cargo.toml index 89e8d41..682941f 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sppark" -version = "0.1.8" +version = "0.1.9" edition = "2021" description = "Zero-knowledge template library" repository = "https://github.com/supranational/sppark"