Skip to content

Commit 0f5ac43

Browse files
bump version to 5.3.3
1 parent 5e6575f commit 0f5ac43

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "filecoin-proofs-api"
3-
version = "5.3.2"
3+
version = "5.3.3"
44
description = "API to interact with the proofs system in Filecoin"
55
authors = ["dignifiedquire <[email protected]>"]
66
edition = "2018"
@@ -13,7 +13,7 @@ anyhow = "1.0.26"
1313
bincode = "1.1.2"
1414
serde = "1.0.104"
1515
bellperson = { version = "0.12", default-features = false, features = ["gpu"] }
16-
filecoin-proofs-v1 = { git = "https://github.com/filestar-project/rust-fil-proofs.git", version = "5.3.2", branch = "master", tag ="v5.3.2", 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.3", branch = "master", tag ="v5.3.3", package = "filecoin-proofs", default-features = false, features = ["gpu"] }
1717

1818

1919
[features]

0 commit comments

Comments
 (0)