소스 검색

Use the now-published prerelease version of sigma-proofs

Ian Goldberg 1 주 전
부모
커밋
62c3f53eb6
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Cargo.toml

+ 1 - 1
Cargo.toml

@@ -7,7 +7,7 @@ edition = "2021"
 sigma-compiler-derive = { path = "sigma-compiler-derive" }
 group = "0.13"
 rand = "0.8.5"
-sigma-proofs = { path = "dev/sigma-proofs" }
+sigma-proofs = "0.1.0-sigma"
 subtle = "2.6"
 
 [dev-dependencies]