Skip to content

Commit

Permalink
bump version (#25)
Browse files Browse the repository at this point in the history
luffykai authored Jan 24, 2025
1 parent 74fd736 commit 9b00abb
Showing 7 changed files with 97 additions and 98 deletions.
91 changes: 45 additions & 46 deletions Cargo.lock

Large diffs are not rendered by default.

32 changes: 16 additions & 16 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -13,22 +13,22 @@ default-members = ["crates/revm"]

[workspace.dependencies]
# openvm
openvm = { git = "https://github.com/openvm-org/openvm.git", rev = "354dd06" }
openvm-ecc-guest = { git = "https://github.com/openvm-org/openvm.git", rev = "354dd06" }
openvm-pairing-guest = { git = "https://github.com/openvm-org/openvm.git", rev = "354dd06" }
openvm-keccak256-guest = { git = "https://github.com/openvm-org/openvm.git", rev = "354dd06" }
openvm-sha256-guest = { git = "https://github.com/openvm-org/openvm.git", rev = "354dd06" }
openvm-sdk = { git = "https://github.com/openvm-org/openvm.git", rev = "354dd06" }
openvm-build = { git = "https://github.com/openvm-org/openvm.git", rev = "354dd06" }
openvm-pairing-transpiler = { git = "https://github.com/openvm-org/openvm.git", rev = "354dd06" }
openvm-rv32im-transpiler = { git = "https://github.com/openvm-org/openvm.git", rev = "354dd06" }
openvm-transpiler = { git = "https://github.com/openvm-org/openvm.git", rev = "354dd06" }
openvm-algebra-circuit = { git = "https://github.com/openvm-org/openvm.git", rev = "354dd06" }
openvm-algebra-transpiler = { git = "https://github.com/openvm-org/openvm.git", rev = "354dd06" }
openvm-ecc-circuit = { git = "https://github.com/openvm-org/openvm.git", rev = "354dd06" }
openvm-ecc-transpiler = { git = "https://github.com/openvm-org/openvm.git", rev = "354dd06" }
openvm-pairing-circuit = { git = "https://github.com/openvm-org/openvm.git", rev = "354dd06" }
openvm-circuit = { git = "https://github.com/openvm-org/openvm.git", rev = "354dd06" }
openvm = { git = "https://github.com/openvm-org/openvm.git", rev = "eb394e1" }
openvm-ecc-guest = { git = "https://github.com/openvm-org/openvm.git", rev = "eb394e1" }
openvm-pairing-guest = { git = "https://github.com/openvm-org/openvm.git", rev = "eb394e1" }
openvm-keccak256-guest = { git = "https://github.com/openvm-org/openvm.git", rev = "eb394e1" }
openvm-sha256-guest = { git = "https://github.com/openvm-org/openvm.git", rev = "eb394e1" }
openvm-sdk = { git = "https://github.com/openvm-org/openvm.git", rev = "eb394e1" }
openvm-build = { git = "https://github.com/openvm-org/openvm.git", rev = "eb394e1" }
openvm-pairing-transpiler = { git = "https://github.com/openvm-org/openvm.git", rev = "eb394e1" }
openvm-rv32im-transpiler = { git = "https://github.com/openvm-org/openvm.git", rev = "eb394e1" }
openvm-transpiler = { git = "https://github.com/openvm-org/openvm.git", rev = "eb394e1" }
openvm-algebra-circuit = { git = "https://github.com/openvm-org/openvm.git", rev = "eb394e1" }
openvm-algebra-transpiler = { git = "https://github.com/openvm-org/openvm.git", rev = "eb394e1" }
openvm-ecc-circuit = { git = "https://github.com/openvm-org/openvm.git", rev = "eb394e1" }
openvm-ecc-transpiler = { git = "https://github.com/openvm-org/openvm.git", rev = "eb394e1" }
openvm-pairing-circuit = { git = "https://github.com/openvm-org/openvm.git", rev = "eb394e1" }
openvm-circuit = { git = "https://github.com/openvm-org/openvm.git", rev = "eb394e1" }
openvm-stark-sdk = { git = "https://github.com/openvm-org/stark-backend.git", rev = "47a0bda" }

[workspace.metadata.docs.rs]
14 changes: 7 additions & 7 deletions tests/openvm/programs/ec_add/Cargo.toml
Original file line number Diff line number Diff line change
@@ -5,13 +5,13 @@ version = "0.1.0"
edition = "2021"

[dependencies]
openvm = { git = "https://github.com/openvm-org/openvm.git", rev = "354dd06" }
openvm-algebra-moduli-macros = { git = "https://github.com/openvm-org/openvm.git", rev = "354dd06" }
openvm-ecc-sw-macros = { git = "https://github.com/openvm-org/openvm.git", rev = "354dd06" }
openvm-platform = { git = "https://github.com/openvm-org/openvm.git", rev = "354dd06" }
openvm-algebra-guest = { git = "https://github.com/openvm-org/openvm.git", rev = "354dd06" }
openvm-pairing-guest = { git = "https://github.com/openvm-org/openvm.git", rev = "354dd06" }
openvm-ecc-guest = { git = "https://github.com/openvm-org/openvm.git", rev = "354dd06" }
openvm = { git = "https://github.com/openvm-org/openvm.git", rev = "eb394e1" }
openvm-algebra-moduli-macros = { git = "https://github.com/openvm-org/openvm.git", rev = "eb394e1" }
openvm-ecc-sw-macros = { git = "https://github.com/openvm-org/openvm.git", rev = "eb394e1" }
openvm-platform = { git = "https://github.com/openvm-org/openvm.git", rev = "eb394e1" }
openvm-algebra-guest = { git = "https://github.com/openvm-org/openvm.git", rev = "eb394e1" }
openvm-pairing-guest = { git = "https://github.com/openvm-org/openvm.git", rev = "eb394e1" }
openvm-ecc-guest = { git = "https://github.com/openvm-org/openvm.git", rev = "eb394e1" }
revm-precompile = { path = "../../../../crates/precompile", default-features = false, features = [
"openvm-bn",
] }
14 changes: 7 additions & 7 deletions tests/openvm/programs/ec_mul/Cargo.toml
Original file line number Diff line number Diff line change
@@ -5,13 +5,13 @@ version = "0.1.0"
edition = "2021"

[dependencies]
openvm = { git = "https://github.com/openvm-org/openvm.git", rev = "354dd06" }
openvm-algebra-moduli-macros = { git = "https://github.com/openvm-org/openvm.git", rev = "354dd06" }
openvm-ecc-sw-macros = { git = "https://github.com/openvm-org/openvm.git", rev = "354dd06" }
openvm-platform = { git = "https://github.com/openvm-org/openvm.git", rev = "354dd06" }
openvm-algebra-guest = { git = "https://github.com/openvm-org/openvm.git", rev = "354dd06" }
openvm-pairing-guest = { git = "https://github.com/openvm-org/openvm.git", rev = "354dd06" }
openvm-ecc-guest = { git = "https://github.com/openvm-org/openvm.git", rev = "354dd06" }
openvm = { git = "https://github.com/openvm-org/openvm.git", rev = "eb394e1" }
openvm-algebra-moduli-macros = { git = "https://github.com/openvm-org/openvm.git", rev = "eb394e1" }
openvm-ecc-sw-macros = { git = "https://github.com/openvm-org/openvm.git", rev = "eb394e1" }
openvm-platform = { git = "https://github.com/openvm-org/openvm.git", rev = "eb394e1" }
openvm-algebra-guest = { git = "https://github.com/openvm-org/openvm.git", rev = "eb394e1" }
openvm-pairing-guest = { git = "https://github.com/openvm-org/openvm.git", rev = "eb394e1" }
openvm-ecc-guest = { git = "https://github.com/openvm-org/openvm.git", rev = "eb394e1" }
revm-precompile = { path = "../../../../crates/precompile", default-features = false, features = [
"openvm-bn",
] }
10 changes: 5 additions & 5 deletions tests/openvm/programs/pairing/Cargo.toml
Original file line number Diff line number Diff line change
@@ -5,11 +5,11 @@ version = "0.1.0"
edition = "2021"

[dependencies]
openvm = { git = "https://github.com/openvm-org/openvm.git", rev = "354dd06" }
openvm-algebra-moduli-macros = { git = "https://github.com/openvm-org/openvm.git", rev = "354dd06" }
openvm-algebra-complex-macros = { git = "https://github.com/openvm-org/openvm.git", rev = "354dd06" }
openvm-platform = { git = "https://github.com/openvm-org/openvm.git", rev = "354dd06" }
openvm-algebra-guest = { git = "https://github.com/openvm-org/openvm.git", rev = "354dd06" }
openvm = { git = "https://github.com/openvm-org/openvm.git", rev = "eb394e1" }
openvm-algebra-moduli-macros = { git = "https://github.com/openvm-org/openvm.git", rev = "eb394e1" }
openvm-algebra-complex-macros = { git = "https://github.com/openvm-org/openvm.git", rev = "eb394e1" }
openvm-platform = { git = "https://github.com/openvm-org/openvm.git", rev = "eb394e1" }
openvm-algebra-guest = { git = "https://github.com/openvm-org/openvm.git", rev = "eb394e1" }
revm-precompile = { path = "../../../../crates/precompile", default-features = false, features = [
"openvm-bn",
] }
4 changes: 2 additions & 2 deletions tests/openvm/programs/sha256/Cargo.toml
Original file line number Diff line number Diff line change
@@ -5,8 +5,8 @@ version = "0.1.0"
edition = "2021"

[dependencies]
openvm = { git = "https://github.com/openvm-org/openvm.git", rev = "354dd06" }
openvm-sha256-guest = { git = "https://github.com/openvm-org/openvm.git", rev = "354dd06" }
openvm = { git = "https://github.com/openvm-org/openvm.git", rev = "eb394e1" }
openvm-sha256-guest = { git = "https://github.com/openvm-org/openvm.git", rev = "eb394e1" }
revm-precompile = { path = "../../../../crates/precompile", default-features = false, features = [
"openvm-sha2",
] }
30 changes: 15 additions & 15 deletions tests/openvm/tests/Cargo.toml
Original file line number Diff line number Diff line change
@@ -4,21 +4,21 @@ version = "0.1.0"
edition = "2021"

[dependencies]
openvm = { git = "https://github.com/openvm-org/openvm.git", rev = "354dd06" }
openvm-ecc-guest = { git = "https://github.com/openvm-org/openvm.git", rev = "354dd06" }
openvm-pairing-guest = { git = "https://github.com/openvm-org/openvm.git", rev = "354dd06" }
openvm-keccak256-guest = { git = "https://github.com/openvm-org/openvm.git", rev = "354dd06" }
openvm-sdk = { git = "https://github.com/openvm-org/openvm.git", rev = "354dd06" }
openvm-build = { git = "https://github.com/openvm-org/openvm.git", rev = "354dd06" }
openvm-pairing-transpiler = { git = "https://github.com/openvm-org/openvm.git", rev = "354dd06" }
openvm-rv32im-transpiler = { git = "https://github.com/openvm-org/openvm.git", rev = "354dd06" }
openvm-transpiler = { git = "https://github.com/openvm-org/openvm.git", rev = "354dd06" }
openvm-algebra-circuit = { git = "https://github.com/openvm-org/openvm.git", rev = "354dd06" }
openvm-algebra-transpiler = { git = "https://github.com/openvm-org/openvm.git", rev = "354dd06" }
openvm-ecc-circuit = { git = "https://github.com/openvm-org/openvm.git", rev = "354dd06" }
openvm-ecc-transpiler = { git = "https://github.com/openvm-org/openvm.git", rev = "354dd06" }
openvm-pairing-circuit = { git = "https://github.com/openvm-org/openvm.git", rev = "354dd06" }
openvm-circuit = { git = "https://github.com/openvm-org/openvm.git", rev = "354dd06", features = [
openvm = { git = "https://github.com/openvm-org/openvm.git", rev = "eb394e1" }
openvm-ecc-guest = { git = "https://github.com/openvm-org/openvm.git", rev = "eb394e1" }
openvm-pairing-guest = { git = "https://github.com/openvm-org/openvm.git", rev = "eb394e1" }
openvm-keccak256-guest = { git = "https://github.com/openvm-org/openvm.git", rev = "eb394e1" }
openvm-sdk = { git = "https://github.com/openvm-org/openvm.git", rev = "eb394e1" }
openvm-build = { git = "https://github.com/openvm-org/openvm.git", rev = "eb394e1" }
openvm-pairing-transpiler = { git = "https://github.com/openvm-org/openvm.git", rev = "eb394e1" }
openvm-rv32im-transpiler = { git = "https://github.com/openvm-org/openvm.git", rev = "eb394e1" }
openvm-transpiler = { git = "https://github.com/openvm-org/openvm.git", rev = "eb394e1" }
openvm-algebra-circuit = { git = "https://github.com/openvm-org/openvm.git", rev = "eb394e1" }
openvm-algebra-transpiler = { git = "https://github.com/openvm-org/openvm.git", rev = "eb394e1" }
openvm-ecc-circuit = { git = "https://github.com/openvm-org/openvm.git", rev = "eb394e1" }
openvm-ecc-transpiler = { git = "https://github.com/openvm-org/openvm.git", rev = "eb394e1" }
openvm-pairing-circuit = { git = "https://github.com/openvm-org/openvm.git", rev = "eb394e1" }
openvm-circuit = { git = "https://github.com/openvm-org/openvm.git", rev = "eb394e1", features = [
"test-utils",
"parallel",
"mimalloc",

0 comments on commit 9b00abb

Please sign in to comment.