Skip to content

Commit

Permalink
fix: lock deps required for the current v4.0 series (#1182)
Browse files Browse the repository at this point in the history
  • Loading branch information
cryptonemo authored Jun 22, 2020
1 parent ee3b20c commit f62598e
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion fil-proofs-tooling/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ chrono = { version = "0.4.7", features = ["serde"] }
memmap = "0.7.0"
bellperson = "0.8.0"
paired = "0.19.0"
fil-sapling-crypto = "0.6.0"
fil-sapling-crypto = "=0.6.0"
rand = "0.7"
storage-proofs = { path = "../storage-proofs"}
filecoin-proofs = { path = "../filecoin-proofs"}
Expand Down
4 changes: 2 additions & 2 deletions filecoin-proofs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ ff = { version = "0.2.1", package = "fff" }
blake2b_simd = "0.5"
bellperson = "0.8.0"
paired = "0.19.0"
fil-sapling-crypto = "0.6.0"
fil-sapling-crypto = "=0.6.0"
clap = "2"
log = "0.4.7"
fil_logger = "0.1"
Expand All @@ -48,7 +48,7 @@ sha2 = { version = "0.8.3", package = "sha2ni" }
typenum = "1.11.2"
bitintr = "0.3.0"
gperftools = { version = "0.2", optional = true }
phase2 = { package = "phase21", version = "0.6.0" }
phase2 = { package = "phase21", version = "=0.6.1" }
simplelog = "0.7.4"
rand_chacha = "0.2.1"
dialoguer = "0.6.2"
Expand Down
4 changes: 2 additions & 2 deletions storage-proofs/core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,15 @@ toml = "0.5"
ff = { version = "0.2.1", package = "fff" }
bellperson = "0.8.0"
paired = { version = "0.19.0", features = ["serde"] }
fil-sapling-crypto = "0.6.0"
fil-sapling-crypto = "=0.6.0"
serde_json = "1.0"
log = "0.4.7"
rand_chacha = "0.2.1"
hex = "0.4.0"
generic-array = "0.13.2"
anyhow = "1.0.23"
thiserror = "1.0.6"
neptune = { version = "1.0.1", features = ["gpu"] }
neptune = { version = "=1.0.1", features = ["gpu"] }
cpu-time = { version = "1.0", optional = true }
gperftools = { version = "0.2", optional = true }

Expand Down
4 changes: 2 additions & 2 deletions storage-proofs/porep/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@ serde = { version = "1.0", features = ["derive"]}
ff = { version = "0.2.1", package = "fff" }
bellperson = "0.8.0"
paired = { version = "0.19.0", features = ["serde"] }
fil-sapling-crypto = "0.6.0"
fil-sapling-crypto = "=0.6.0"
log = "0.4.7"
pretty_assertions = "0.6.1"
generic-array = "0.13.2"
anyhow = "1.0.23"
once_cell = "1.3.1"
neptune = { version = "1.0.1", features = ["gpu"] }
neptune = { version = "=1.0.1", features = ["gpu"] }
num_cpus = "1.10.1"

[dev-dependencies]
Expand Down
4 changes: 2 additions & 2 deletions storage-proofs/post/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ blake2s_simd = "0.5"
ff = { version = "0.2.1", package = "fff" }
bellperson = "0.8.0"
paired = { version = "0.19.0", features = ["serde"] }
fil-sapling-crypto = "0.6.0"
fil-sapling-crypto = "=0.6.0"
log = "0.4.7"
hex = "0.4.0"
generic-array = "0.13.2"
anyhow = "1.0.23"
neptune = { version = "1.0.1", features = ["gpu"] }
neptune = { version = "=1.0.1", features = ["gpu"] }

[dev-dependencies]
tempdir = "0.3.7"
Expand Down

0 comments on commit f62598e

Please sign in to comment.