From 9a4b65222135a88ac939f3b3dea9f5a53df2dcdd Mon Sep 17 00:00:00 2001 From: Zhang Zhuo Date: Fri, 28 Feb 2025 20:42:03 +0800 Subject: [PATCH] upgrade openvm --- Cargo.lock | 26 +++++++++++++------------- Cargo.toml | 10 +++++----- 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 64131f105e..8baef93fc6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2786,7 +2786,7 @@ dependencies = [ [[package]] name = "openvm" version = "1.0.0-rc.1" -source = "git+https://github.com/openvm-org/openvm.git?tag=v1.0.0-rc.1#30576cc6ce838f213bf05b2e4ad035d95498c8b3" +source = "git+https://github.com/openvm-org/openvm.git?rev=f1b4844#f1b484499b9c059d14949cdfaa648906757ca7aa" dependencies = [ "bytemuck", "hex-literal", @@ -2800,7 +2800,7 @@ dependencies = [ [[package]] name = "openvm-algebra-complex-macros" version = "0.1.0" -source = "git+https://github.com/openvm-org/openvm.git?tag=v1.0.0-rc.1#30576cc6ce838f213bf05b2e4ad035d95498c8b3" +source = "git+https://github.com/openvm-org/openvm.git?rev=f1b4844#f1b484499b9c059d14949cdfaa648906757ca7aa" dependencies = [ "openvm-macros-common", "quote", @@ -2810,7 +2810,7 @@ dependencies = [ [[package]] name = "openvm-algebra-guest" version = "1.0.0-rc.1" -source = "git+https://github.com/openvm-org/openvm.git?tag=v1.0.0-rc.1#30576cc6ce838f213bf05b2e4ad035d95498c8b3" +source = "git+https://github.com/openvm-org/openvm.git?rev=f1b4844#f1b484499b9c059d14949cdfaa648906757ca7aa" dependencies = [ "halo2curves-axiom", "num-bigint 0.4.6", @@ -2826,7 +2826,7 @@ dependencies = [ [[package]] name = "openvm-algebra-moduli-macros" version = "1.0.0-rc.1" -source = "git+https://github.com/openvm-org/openvm.git?tag=v1.0.0-rc.1#30576cc6ce838f213bf05b2e4ad035d95498c8b3" +source = "git+https://github.com/openvm-org/openvm.git?rev=f1b4844#f1b484499b9c059d14949cdfaa648906757ca7aa" dependencies = [ "openvm-macros-common", "quote", @@ -2836,7 +2836,7 @@ dependencies = [ [[package]] name = "openvm-custom-insn" version = "0.1.0" -source = "git+https://github.com/openvm-org/openvm.git?tag=v1.0.0-rc.1#30576cc6ce838f213bf05b2e4ad035d95498c8b3" +source = "git+https://github.com/openvm-org/openvm.git?rev=f1b4844#f1b484499b9c059d14949cdfaa648906757ca7aa" dependencies = [ "proc-macro2", "quote", @@ -2846,7 +2846,7 @@ dependencies = [ [[package]] name = "openvm-ecc-guest" version = "1.0.0-rc.1" -source = "git+https://github.com/openvm-org/openvm.git?tag=v1.0.0-rc.1#30576cc6ce838f213bf05b2e4ad035d95498c8b3" +source = "git+https://github.com/openvm-org/openvm.git?rev=f1b4844#f1b484499b9c059d14949cdfaa648906757ca7aa" dependencies = [ "ecdsa", "elliptic-curve", @@ -2872,7 +2872,7 @@ dependencies = [ [[package]] name = "openvm-ecc-sw-macros" version = "1.0.0-rc.1" -source = "git+https://github.com/openvm-org/openvm.git?tag=v1.0.0-rc.1#30576cc6ce838f213bf05b2e4ad035d95498c8b3" +source = "git+https://github.com/openvm-org/openvm.git?rev=f1b4844#f1b484499b9c059d14949cdfaa648906757ca7aa" dependencies = [ "openvm-macros-common", "quote", @@ -2882,7 +2882,7 @@ dependencies = [ [[package]] name = "openvm-keccak256-guest" version = "1.0.0-rc.1" -source = "git+https://github.com/openvm-org/openvm.git?tag=v1.0.0-rc.1#30576cc6ce838f213bf05b2e4ad035d95498c8b3" +source = "git+https://github.com/openvm-org/openvm.git?rev=f1b4844#f1b484499b9c059d14949cdfaa648906757ca7aa" dependencies = [ "openvm-platform", "serde", @@ -2892,7 +2892,7 @@ dependencies = [ [[package]] name = "openvm-macros-common" version = "1.0.0-rc.1" -source = "git+https://github.com/openvm-org/openvm.git?tag=v1.0.0-rc.1#30576cc6ce838f213bf05b2e4ad035d95498c8b3" +source = "git+https://github.com/openvm-org/openvm.git?rev=f1b4844#f1b484499b9c059d14949cdfaa648906757ca7aa" dependencies = [ "syn 2.0.90", ] @@ -2900,7 +2900,7 @@ dependencies = [ [[package]] name = "openvm-pairing-guest" version = "1.0.0-rc.1" -source = "git+https://github.com/openvm-org/openvm.git?tag=v1.0.0-rc.1#30576cc6ce838f213bf05b2e4ad035d95498c8b3" +source = "git+https://github.com/openvm-org/openvm.git?rev=f1b4844#f1b484499b9c059d14949cdfaa648906757ca7aa" dependencies = [ "group", "hex-literal", @@ -2924,7 +2924,7 @@ dependencies = [ [[package]] name = "openvm-platform" version = "1.0.0-rc.1" -source = "git+https://github.com/openvm-org/openvm.git?tag=v1.0.0-rc.1#30576cc6ce838f213bf05b2e4ad035d95498c8b3" +source = "git+https://github.com/openvm-org/openvm.git?rev=f1b4844#f1b484499b9c059d14949cdfaa648906757ca7aa" dependencies = [ "getrandom", "libm", @@ -2936,7 +2936,7 @@ dependencies = [ [[package]] name = "openvm-rv32im-guest" version = "1.0.0-rc.1" -source = "git+https://github.com/openvm-org/openvm.git?tag=v1.0.0-rc.1#30576cc6ce838f213bf05b2e4ad035d95498c8b3" +source = "git+https://github.com/openvm-org/openvm.git?rev=f1b4844#f1b484499b9c059d14949cdfaa648906757ca7aa" dependencies = [ "openvm-platform", "strum_macros", @@ -2945,7 +2945,7 @@ dependencies = [ [[package]] name = "openvm-sha256-guest" version = "1.0.0-rc.1" -source = "git+https://github.com/openvm-org/openvm.git?tag=v1.0.0-rc.1#30576cc6ce838f213bf05b2e4ad035d95498c8b3" +source = "git+https://github.com/openvm-org/openvm.git?rev=f1b4844#f1b484499b9c059d14949cdfaa648906757ca7aa" dependencies = [ "openvm", "openvm-platform", diff --git a/Cargo.toml b/Cargo.toml index 8f9b445629..8924aa2726 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,11 +16,11 @@ rustdoc-args = ["--cfg", "docsrs"] [workspace.dependencies] # openvm -openvm = { git = "https://github.com/openvm-org/openvm.git", tag = "v1.0.0-rc.1" } -openvm-ecc-guest = { git = "https://github.com/openvm-org/openvm.git", tag = "v1.0.0-rc.1" } -openvm-pairing-guest = { git = "https://github.com/openvm-org/openvm.git", tag = "v1.0.0-rc.1" } -openvm-keccak256-guest = { git = "https://github.com/openvm-org/openvm.git", tag = "v1.0.0-rc.1" } -openvm-sha256-guest = { git = "https://github.com/openvm-org/openvm.git", tag = "v1.0.0-rc.1" } +openvm = { git = "https://github.com/openvm-org/openvm.git", rev = "f1b4844" } +openvm-ecc-guest = { git = "https://github.com/openvm-org/openvm.git", rev = "f1b4844" } +openvm-pairing-guest = { git = "https://github.com/openvm-org/openvm.git", rev = "f1b4844" } +openvm-keccak256-guest = { git = "https://github.com/openvm-org/openvm.git", rev = "f1b4844" } +openvm-sha256-guest = { git = "https://github.com/openvm-org/openvm.git", rev = "f1b4844" } [profile.release] lto = true