File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " plonky2"
33description = " Recursive SNARKs based on PLONK and FRI"
4- version = " 1.0.1 "
4+ version = " 1.0.2 "
55authors = [" Daniel Lubarov <daniel@lubarov.com>" , " William Borgeaud <williamborgeaud@gmail.com>" , " Nicholas Ward <npward@berkeley.edu>" ]
66readme = " README.md"
77edition.workspace = true
Original file line number Diff line number Diff line change 11[package ]
22name = " starky"
33description = " Implementation of STARKs"
4- version = " 1.0.1 "
4+ version = " 1.0.2 "
55authors = [" Daniel Lubarov <daniel@lubarov.com>" , " William Borgeaud <williamborgeaud@gmail.com>" ]
66readme = " README.md"
77edition.workspace = true
@@ -27,7 +27,7 @@ serde = { workspace = true, features = ["rc"] }
2727num-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 }
3131plonky2_maybe_rayon = { version = " 1.0.0" , path = " ../maybe_rayon" , default-features = false }
3232plonky2_util = { version = " 1.0.0" , path = " ../util" , default-features = false }
3333
You can’t perform that action at this time.
0 commit comments