瀏覽代碼

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]