ソースを参照

Revert "Make zeromq crate more pure"

This reverts commit a017da663a89014f2c35ae2846fc10a367fc045e.
Janus 5 年 前
コミット
47866cdf79
1 ファイル変更3 行追加2 行削除
  1. 3 2
      Cargo.toml

+ 3 - 2
Cargo.toml

@@ -15,7 +15,7 @@ bls12_381 = "0.3.1"
 jubjub = "0.5.1"
 
 zcash_primitives = "0.5.0"
-zcash_proofs = "0.5.0"
+zcash_proofs = "0.5.0" 
 # zcash_primitives = { git = "https://github.com/zcash/librustzcash" }
 #zcash_proofs = { git = "https://github.com/zcash/librustzcash" }
 #zcash_proofs = { git = "https://github.com/narodnik/librustzcash" }
@@ -81,7 +81,7 @@ fs_extra = "1.2"
 glob = "0.3"
 
 # zmq
-zeromq = { version  = "0.2.0", default-features = false, features = ["async-std-runtime", "all-transport"] }
+zeromq = { git="https://github.com/zeromq/zmq.rs", default-features = false, features = ["async-std-runtime", "all-transport"] }
 bytes = "1.0.1"
 
 # wallet deps
@@ -138,3 +138,4 @@ path = "src/bin/darkfid.rs"
 
 [profile.release]
 debug = 1
+