update versions for crates.io updates

This commit is contained in:
Nicholas Ward 2023-07-31 16:31:22 -07:00
parent 5b8740a729
commit 3a55602909
6 changed files with 6 additions and 6 deletions

View File

@ -1,7 +1,7 @@
[package] [package]
name = "plonky2_evm" name = "plonky2_evm"
description = "Implementation of STARKs for the Ethereum Virtual Machine" description = "Implementation of STARKs for the Ethereum Virtual Machine"
version = "0.1.0" version = "0.1.1"
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"
repository = "https://github.com/mir-protocol/plonky2" repository = "https://github.com/mir-protocol/plonky2"

View File

@ -1,7 +1,7 @@
[package] [package]
name = "plonky2_field" name = "plonky2_field"
description = "Finite field arithmetic" description = "Finite field arithmetic"
version = "0.1.0" version = "0.1.1"
license = "MIT OR Apache-2.0" license = "MIT OR Apache-2.0"
authors = ["Daniel Lubarov <daniel@lubarov.com>", "William Borgeaud <williamborgeaud@gmail.com>", "Jacqueline Nabaglo <j@nab.gl>", "Hamish Ivey-Law <hamish@ivey-law.name>"] authors = ["Daniel Lubarov <daniel@lubarov.com>", "William Borgeaud <williamborgeaud@gmail.com>", "Jacqueline Nabaglo <j@nab.gl>", "Hamish Ivey-Law <hamish@ivey-law.name>"]
edition = "2021" edition = "2021"

View File

@ -2,7 +2,7 @@
name = "plonky2_maybe_rayon" name = "plonky2_maybe_rayon"
description = "Feature-gated wrapper around rayon" description = "Feature-gated wrapper around rayon"
license = "MIT OR Apache-2.0" license = "MIT OR Apache-2.0"
version = "0.1.0" version = "0.1.1"
edition = "2021" edition = "2021"
[features] [features]

View File

@ -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 = "0.1.3" version = "0.1.4"
license = "MIT OR Apache-2.0" license = "MIT OR Apache-2.0"
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"

View File

@ -1,7 +1,7 @@
[package] [package]
name = "starky" name = "starky"
description = "Implementation of STARKs" description = "Implementation of STARKs"
version = "0.1.1" version = "0.1.2"
license = "MIT OR Apache-2.0" license = "MIT OR Apache-2.0"
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"

View File

@ -1,7 +1,7 @@
[package] [package]
name = "plonky2_util" name = "plonky2_util"
description = "Utilities used by Plonky2" description = "Utilities used by Plonky2"
version = "0.1.0" version = "0.1.1"
license = "MIT OR Apache-2.0" license = "MIT OR Apache-2.0"
edition = "2021" edition = "2021"