mirror of
https://github.com/logos-storage/plonky2.git
synced 2026-01-05 23:33:07 +00:00
Bump patch version
This commit is contained in:
parent
1aa32519eb
commit
0362deb648
@ -1,7 +1,7 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "plonky2"
|
name = "plonky2"
|
||||||
description = "Recursive SNARKs based on PLONK and FRI"
|
description = "Recursive SNARKs based on PLONK and FRI"
|
||||||
version = "1.0.1"
|
version = "1.0.2"
|
||||||
authors = ["Daniel Lubarov <daniel@lubarov.com>", "William Borgeaud <williamborgeaud@gmail.com>", "Nicholas Ward <npward@berkeley.edu>"]
|
authors = ["Daniel Lubarov <daniel@lubarov.com>", "William Borgeaud <williamborgeaud@gmail.com>", "Nicholas Ward <npward@berkeley.edu>"]
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
edition.workspace = true
|
edition.workspace = true
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "starky"
|
name = "starky"
|
||||||
description = "Implementation of STARKs"
|
description = "Implementation of STARKs"
|
||||||
version = "1.0.1"
|
version = "1.0.2"
|
||||||
authors = ["Daniel Lubarov <daniel@lubarov.com>", "William Borgeaud <williamborgeaud@gmail.com>"]
|
authors = ["Daniel Lubarov <daniel@lubarov.com>", "William Borgeaud <williamborgeaud@gmail.com>"]
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
edition.workspace = true
|
edition.workspace = true
|
||||||
@ -27,7 +27,7 @@ serde = { workspace = true, features = ["rc"] }
|
|||||||
num-bigint = { version = "0.4.3", default-features = false }
|
num-bigint = { version = "0.4.3", default-features = false }
|
||||||
|
|
||||||
# Local dependencies
|
# Local dependencies
|
||||||
plonky2 = { version = "1.0.1", path = "../plonky2", default-features = false }
|
plonky2 = { version = "1.0.2", path = "../plonky2", default-features = false }
|
||||||
plonky2_maybe_rayon = { version = "1.0.0", path = "../maybe_rayon", 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 }
|
plonky2_util = { version = "1.0.0", path = "../util", default-features = false }
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user