Skip to content

Commit fad79d3

Browse files
update rust-fil-proofs
1 parent d0c41f1 commit fad79d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ anyhow = "1.0.26"
1313
bincode = "1.1.2"
1414
serde = "1.0.104"
1515
bellperson = { version = "0.11", default-features = false, features = ["gpu"] }
16-
filecoin-proofs-v1 = { git = "https://github.com/filestar-project/rust-fil-proofs.git", version = "5.3.0", branch = "dc/merge-5.3.0", package = "filecoin-proofs", default-features = false, features = ["gpu"] }
16+
filecoin-proofs-v1 = { git = "https://github.com/filestar-project/rust-fil-proofs.git", version = "5.3.0", branch = "master", tag ="v5.3.0", package = "filecoin-proofs", default-features = false, features = ["gpu"] }
1717

1818

1919
[features]

0 commit comments

Comments
 (0)