소스 검색

chore: bump versions

Michele Orru 2 달 전
부모
커밋
20181758b8
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      Cargo.toml

+ 2 - 2
Cargo.toml

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