Skip to content

Commit 0e3c188

Browse files
switch back to master
1 parent ea903cc commit 0e3c188

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

rust/Cargo.lock

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rust/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ publish = false
1313
crate-type = ["rlib", "staticlib"]
1414

1515
[dependencies]
16-
filecoin-proofs = { git = "https://github.com/filecoin-project/rust-fil-proofs.git", branch = "fix/unseal" }
17-
storage-proofs = { git = "https://github.com/filecoin-project/rust-fil-proofs.git", branch = "fix/unseal" }
16+
filecoin-proofs = { git = "https://github.com/filecoin-project/rust-fil-proofs.git", branch = "master" }
17+
storage-proofs = { git = "https://github.com/filecoin-project/rust-fil-proofs.git", branch = "master" }
1818
bls-signatures = { git = "https://github.com/filecoin-project/bls-signatures.git", branch = "master" }
1919
byteorder = "1.2"
2020
drop_struct_macro_derive = "0.4.0"

0 commit comments

Comments
 (0)