Explorar o código

chore: bump versions

Michele Orru hai 2 meses
pai
achega
20181758b8
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      Cargo.toml

+ 2 - 2
Cargo.toml

@@ -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]