Skip to content

Commit

Permalink
feat: update proofs to version 14.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cryptonemo authored and arajasek committed Mar 27, 2023
1 parent c59cf76 commit e758af0
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 20 deletions.
37 changes: 19 additions & 18 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion fvm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ lazy_static = "1.4.0"
derive-getters = "0.2.0"
derive_more = "0.99.17"
replace_with = "0.1.7"
filecoin-proofs-api = { version = "13", default-features = false }
filecoin-proofs-api = { version = "14", default-features = false }
rayon = "1"
num_cpus = "1.13.0"
log = "0.4.14"
Expand Down
2 changes: 1 addition & 1 deletion shared/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ bitflags = "1.3.2"
## non-wasm dependencies; these dependencies and the respective code is
## only activated through non-default features, which the Kernel enables, but
## not the actors.
filecoin-proofs-api = { version = "13", default-features = false, optional = true }
filecoin-proofs-api = { version = "14", default-features = false, optional = true }
libsecp256k1 = { version = "0.7", optional = true }
bls-signatures = { version = "0.13", default-features = false, optional = true }
byteorder = "1.4.3"
Expand Down

0 comments on commit e758af0

Please sign in to comment.