Skip to content

Commit

Permalink
update paired to latest release
Browse files Browse the repository at this point in the history
  • Loading branch information
dignifiedquire committed Oct 26, 2020
1 parent 4460b60 commit 31790e0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,15 @@ rand = "0.7"
rayon = "1.3.0"
memmap = "0.7.0"
thiserror = "1.0.10"
ahash = "0.4.5"
ahash = "0.5.6"
num_cpus = "1"
crossbeam-channel = "0.4.4"
crossbeam-channel = "0.5.0"

# blst feature
blstrs = { version = "0.1.0", optional = true }

# pairing feature
paired = { version = "0.20.1", optional = true }
paired = { version = "0.21.0", optional = true }

# gpu feature
ocl = { version = "0.19.4", package = "fil-ocl", optional = true }
Expand All @@ -45,7 +45,7 @@ fs2 = { version = "0.4.3", optional = true }
hex-literal = "0.3"
rand_xorshift = "0.2"
sha2 = "0.9"
env_logger = "0.7.1"
env_logger = "0.8.1"
criterion = "0.3.2"

[features]
Expand Down

0 comments on commit 31790e0

Please sign in to comment.