Skip to content

Commit

Permalink
chore(fr32): release 8.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cryptonemo committed Jun 30, 2023
1 parent a338893 commit 0d4cb3d
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion filecoin-proofs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ sha2 = "0.10.2"
typenum = "1.11.2"
gperftools = { version = "0.2", optional = true }
generic-array = "0.14.4"
fr32 = { path = "../fr32", version = "~7.0.0", default-features = false }
fr32 = { path = "../fr32", version = "~8.0.0", default-features = false }
once_cell = "1.8.0"
blstrs = "0.7.0"
ff = { version = "0.13.0", default-features = false }
Expand Down
2 changes: 1 addition & 1 deletion fr32/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fr32"
version = "7.0.0"
version = "8.0.0"
authors = ["dignifiedquire <[email protected]>"]
description = "Filecoin proofs Fr/32-byte conversion tooling"
license = "MIT OR Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion storage-proofs-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ cpu-time = { version = "1.0", optional = true }
gperftools = { version = "0.2", optional = true }
num_cpus = "1.10.1"
semver = "1.0.6"
fr32 = { path = "../fr32", version = "~7.0.0"}
fr32 = { path = "../fr32", version = "~8.0.0"}
blstrs = "0.7.0"
cbc = { version = "0.1.2", features = ["std"] }

Expand Down
2 changes: 1 addition & 1 deletion storage-proofs-porep/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ byte-slice-cast = "1.0.0"
hwloc = { version = "0.5.0", optional = true }
libc = "0.2"
fdlimit = "0.2.0"
fr32 = { path = "../fr32", version = "~7.0.0", default-features = false }
fr32 = { path = "../fr32", version = "~8.0.0", default-features = false }
yastl = "0.1.2"
blstrs = "0.7.0"

Expand Down
2 changes: 1 addition & 1 deletion storage-proofs-post/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ log = "0.4.7"
hex = "0.4.0"
generic-array = "0.14.4"
anyhow = "1.0.23"
fr32 = { path = "../fr32", version = "~7.0.0", default-features = false }
fr32 = { path = "../fr32", version = "~8.0.0", default-features = false }
blstrs = "0.7.0"

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion storage-proofs-update/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ generic-array = "0.14.4"
anyhow = "1.0.23"
neptune = { version = "9.0.0", features = ["bls", "arity2", "arity4", "arity8", "arity11", "arity16", "arity24", "arity36"] }
lazy_static = "1.2"
fr32 = { path = "../fr32", version = "~7.0.0", default-features = false }
fr32 = { path = "../fr32", version = "~8.0.0", default-features = false }
memmap2 = "0.5.6"

[dev-dependencies]
Expand Down

0 comments on commit 0d4cb3d

Please sign in to comment.