diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 45c012a6b..c5239c120 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sphinx-cli" -version = "4.6.0" +version = "4.7.0" edition.workspace = true repository.workspace = true license.workspace = true diff --git a/core/Cargo.toml b/core/Cargo.toml index 5ed3b9460..b0353331b 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sphinx-core" -version = "4.6.0" +version = "4.7.0" edition.workspace = true repository.workspace = true license.workspace = true diff --git a/derive/Cargo.toml b/derive/Cargo.toml index f5e4cc00a..d1d47d119 100644 --- a/derive/Cargo.toml +++ b/derive/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sphinx-derive" -version = "4.6.0" +version = "4.7.0" edition.workspace = true repository.workspace = true license.workspace = true diff --git a/eval/Cargo.toml b/eval/Cargo.toml index b897acc14..c40cc0c79 100644 --- a/eval/Cargo.toml +++ b/eval/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sphinx-eval" -version = "4.6.0" +version = "4.7.0" edition.workspace = true repository.workspace = true license.workspace = true diff --git a/helper/Cargo.toml b/helper/Cargo.toml index f058807ba..04465ebdd 100644 --- a/helper/Cargo.toml +++ b/helper/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sphinx-helper" -version = "4.6.0" +version = "4.7.0" edition.workspace = true repository.workspace = true license.workspace = true diff --git a/primitives/Cargo.toml b/primitives/Cargo.toml index 7290a330e..c7fa5c69f 100644 --- a/primitives/Cargo.toml +++ b/primitives/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sphinx-primitives" -version = "4.6.0" +version = "4.7.0" edition.workspace = true repository.workspace = true license.workspace = true diff --git a/prover/Cargo.toml b/prover/Cargo.toml index 2ae7f4fb1..5b0f236e7 100644 --- a/prover/Cargo.toml +++ b/prover/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sphinx-prover" -version = "4.6.0" +version = "4.7.0" edition.workspace = true repository.workspace = true license.workspace = true diff --git a/recursion/circuit/Cargo.toml b/recursion/circuit/Cargo.toml index 5ad1737cb..7859c0532 100644 --- a/recursion/circuit/Cargo.toml +++ b/recursion/circuit/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sphinx-recursion-circuit" -version = "4.6.0" +version = "4.7.0" edition.workspace = true repository.workspace = true license.workspace = true diff --git a/recursion/compiler/Cargo.toml b/recursion/compiler/Cargo.toml index 7db619117..6bcdb4c57 100644 --- a/recursion/compiler/Cargo.toml +++ b/recursion/compiler/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sphinx-recursion-compiler" -version = "4.6.0" +version = "4.7.0" edition.workspace = true repository.workspace = true license.workspace = true diff --git a/recursion/core/Cargo.toml b/recursion/core/Cargo.toml index f2b23ffc5..2e7dc36e5 100644 --- a/recursion/core/Cargo.toml +++ b/recursion/core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sphinx-recursion-core" -version = "4.6.0" +version = "4.7.0" edition.workspace = true repository.workspace = true license.workspace = true diff --git a/recursion/gnark-ffi/Cargo.toml b/recursion/gnark-ffi/Cargo.toml index 22658eac7..bd2b8cf27 100644 --- a/recursion/gnark-ffi/Cargo.toml +++ b/recursion/gnark-ffi/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sphinx-recursion-gnark-ffi" -version = "4.6.0" +version = "4.7.0" edition.workspace = true repository.workspace = true license.workspace = true diff --git a/recursion/program/Cargo.toml b/recursion/program/Cargo.toml index 4032ec8d6..46737ae9c 100644 --- a/recursion/program/Cargo.toml +++ b/recursion/program/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sphinx-recursion-program" -version = "4.6.0" +version = "4.7.0" edition.workspace = true repository.workspace = true license.workspace = true diff --git a/sdk/Cargo.toml b/sdk/Cargo.toml index 558595a7c..60888f683 100644 --- a/sdk/Cargo.toml +++ b/sdk/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sphinx-sdk" -version = "4.6.0" +version = "4.7.0" edition.workspace = true repository.workspace = true license.workspace = true diff --git a/tutorials/Cargo.toml b/tutorials/Cargo.toml index 9d0962091..422474de6 100644 --- a/tutorials/Cargo.toml +++ b/tutorials/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tutorials" -version = "4.6.0" +version = "4.7.0" edition.workspace = true repository.workspace = true license.workspace = true diff --git a/zkvm/entrypoint/Cargo.toml b/zkvm/entrypoint/Cargo.toml index 13285e66b..51a1d87ea 100644 --- a/zkvm/entrypoint/Cargo.toml +++ b/zkvm/entrypoint/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sphinx-zkvm" -version = "4.6.0" +version = "4.7.0" edition.workspace = true repository.workspace = true license.workspace = true diff --git a/zkvm/precompiles/Cargo.toml b/zkvm/precompiles/Cargo.toml index 874068601..f40fb545e 100644 --- a/zkvm/precompiles/Cargo.toml +++ b/zkvm/precompiles/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sphinx-precompiles" -version = "4.6.0" +version = "4.7.0" edition.workspace = true repository.workspace = true license.workspace = true