@@ -1,6 +1,6 @@
[package]
name = "cmz"
-version = "0.1.0"
+version = "0.1.1"
edition = "2021"
license = "MIT"
repository = "https://git-crysp.uwaterloo.ca/SigmaProtocol/cmz"
@@ -17,7 +17,7 @@ rand = "0.8.5"
serde = { version = "1", features = [ "derive" ] }
serde_bytes = "0.11"
serde_with = "3"
-sigma-compiler = "0.1"
+sigma-compiler = "0.2"
thiserror = "2"
[dev-dependencies]