-
Notifications
You must be signed in to change notification settings - Fork 298
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
12 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
[package] | ||
name = "plonky2_field" | ||
description = "Finite field arithmetic" | ||
version = "0.2.2" | ||
version = "1.0.0" | ||
authors = ["Daniel Lubarov <[email protected]>", "William Borgeaud <[email protected]>", "Jacqueline Nabaglo <[email protected]>", "Hamish Ivey-Law <[email protected]>"] | ||
edition.workspace = true | ||
license.workspace = true | ||
|
@@ -20,7 +20,7 @@ static_assertions = { workspace = true } | |
unroll = { workspace = true } | ||
|
||
# Local dependencies | ||
plonky2_util = { version = "0.2.0", path = "../util", default-features = false } | ||
plonky2_util = { version = "1.0.0", path = "../util", default-features = false } | ||
|
||
|
||
# Display math equations properly in documentation | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
[package] | ||
name = "plonky2" | ||
description = "Recursive SNARKs based on PLONK and FRI" | ||
version = "0.2.2" | ||
version = "1.0.0" | ||
authors = ["Daniel Lubarov <[email protected]>", "William Borgeaud <[email protected]>", "Nicholas Ward <[email protected]>"] | ||
readme = "README.md" | ||
edition.workspace = true | ||
|
@@ -34,9 +34,9 @@ unroll = { workspace = true } | |
web-time = { version = "1.0.0", optional = true } | ||
|
||
# Local dependencies | ||
plonky2_field = { version = "0.2.2", path = "../field", default-features = false } | ||
plonky2_maybe_rayon = { version = "0.2.0", path = "../maybe_rayon", default-features = false } | ||
plonky2_util = { version = "0.2.0", path = "../util", default-features = false } | ||
plonky2_field = { version = "1.0.0", path = "../field", default-features = false } | ||
plonky2_maybe_rayon = { version = "1.0.0", path = "../maybe_rayon", default-features = false } | ||
plonky2_util = { version = "1.0.0", path = "../util", default-features = false } | ||
|
||
|
||
[target.'cfg(all(target_arch = "wasm32", target_os = "unknown"))'.dependencies] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
[package] | ||
name = "starky" | ||
description = "Implementation of STARKs" | ||
version = "0.4.0" | ||
version = "1.0.0" | ||
authors = ["Daniel Lubarov <[email protected]>", "William Borgeaud <[email protected]>"] | ||
readme = "README.md" | ||
edition.workspace = true | ||
|
@@ -27,9 +27,9 @@ serde = { workspace = true, features = ["rc"] } | |
num-bigint = { version = "0.4.3", default-features = false } | ||
|
||
# Local dependencies | ||
plonky2 = { version = "0.2.2", path = "../plonky2", default-features = false } | ||
plonky2_maybe_rayon = { version = "0.2.0", path = "../maybe_rayon", default-features = false } | ||
plonky2_util = { version = "0.2.0", path = "../util", default-features = false } | ||
plonky2 = { version = "1.0.0", path = "../plonky2", default-features = false } | ||
plonky2_maybe_rayon = { version = "1.0.0", path = "../maybe_rayon", default-features = false } | ||
plonky2_util = { version = "1.0.0", path = "../util", default-features = false } | ||
|
||
[dev-dependencies] | ||
env_logger = { version = "0.9.0", default-features = false } | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters