Skip to content

Commit 0362deb

Browse files
committed
Bump patch version
1 parent 1aa3251 commit 0362deb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

plonky2/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "plonky2"
33
description = "Recursive SNARKs based on PLONK and FRI"
4-
version = "1.0.1"
4+
version = "1.0.2"
55
authors = ["Daniel Lubarov <[email protected]>", "William Borgeaud <[email protected]>", "Nicholas Ward <[email protected]>"]
66
readme = "README.md"
77
edition.workspace = true

starky/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "starky"
33
description = "Implementation of STARKs"
4-
version = "1.0.1"
4+
version = "1.0.2"
55
authors = ["Daniel Lubarov <[email protected]>", "William Borgeaud <[email protected]>"]
66
readme = "README.md"
77
edition.workspace = true
@@ -27,7 +27,7 @@ serde = { workspace = true, features = ["rc"] }
2727
num-bigint = { version = "0.4.3", default-features = false }
2828

2929
# Local dependencies
30-
plonky2 = { version = "1.0.1", path = "../plonky2", default-features = false }
30+
plonky2 = { version = "1.0.2", path = "../plonky2", default-features = false }
3131
plonky2_maybe_rayon = { version = "1.0.0", path = "../maybe_rayon", default-features = false }
3232
plonky2_util = { version = "1.0.0", path = "../util", default-features = false }
3333

0 commit comments

Comments
 (0)