From 3a556029097a8d8132903f54bbd22c65334465ca Mon Sep 17 00:00:00 2001 From: Nicholas Ward Date: Mon, 31 Jul 2023 16:31:22 -0700 Subject: [PATCH] update versions for crates.io updates --- evm/Cargo.toml | 2 +- field/Cargo.toml | 2 +- maybe_rayon/Cargo.toml | 2 +- plonky2/Cargo.toml | 2 +- starky/Cargo.toml | 2 +- util/Cargo.toml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/evm/Cargo.toml b/evm/Cargo.toml index 068c8219..6e69e0d6 100644 --- a/evm/Cargo.toml +++ b/evm/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "plonky2_evm" description = "Implementation of STARKs for the Ethereum Virtual Machine" -version = "0.1.0" +version = "0.1.1" authors = ["Daniel Lubarov ", "William Borgeaud "] readme = "README.md" repository = "https://github.com/mir-protocol/plonky2" diff --git a/field/Cargo.toml b/field/Cargo.toml index 0ec85af7..08550515 100644 --- a/field/Cargo.toml +++ b/field/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "plonky2_field" description = "Finite field arithmetic" -version = "0.1.0" +version = "0.1.1" license = "MIT OR Apache-2.0" authors = ["Daniel Lubarov ", "William Borgeaud ", "Jacqueline Nabaglo ", "Hamish Ivey-Law "] edition = "2021" diff --git a/maybe_rayon/Cargo.toml b/maybe_rayon/Cargo.toml index 11eebc96..89499e74 100644 --- a/maybe_rayon/Cargo.toml +++ b/maybe_rayon/Cargo.toml @@ -2,7 +2,7 @@ name = "plonky2_maybe_rayon" description = "Feature-gated wrapper around rayon" license = "MIT OR Apache-2.0" -version = "0.1.0" +version = "0.1.1" edition = "2021" [features] diff --git a/plonky2/Cargo.toml b/plonky2/Cargo.toml index 40c4da86..3592e970 100644 --- a/plonky2/Cargo.toml +++ b/plonky2/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "plonky2" description = "Recursive SNARKs based on PLONK and FRI" -version = "0.1.3" +version = "0.1.4" license = "MIT OR Apache-2.0" authors = ["Daniel Lubarov ", "William Borgeaud ", "Nicholas Ward "] readme = "README.md" diff --git a/starky/Cargo.toml b/starky/Cargo.toml index c09ec5af..223ed945 100644 --- a/starky/Cargo.toml +++ b/starky/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "starky" description = "Implementation of STARKs" -version = "0.1.1" +version = "0.1.2" license = "MIT OR Apache-2.0" authors = ["Daniel Lubarov ", "William Borgeaud "] readme = "README.md" diff --git a/util/Cargo.toml b/util/Cargo.toml index f3cb862e..1ece1e57 100644 --- a/util/Cargo.toml +++ b/util/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "plonky2_util" description = "Utilities used by Plonky2" -version = "0.1.0" +version = "0.1.1" license = "MIT OR Apache-2.0" edition = "2021"