Skip to content

Commit a1ac004

Browse files
authored
pin revm tag scroll-v91 (#69)
* pin revm tag scroll-v91 * fix ci
1 parent 42b7528 commit a1ac004

File tree

3 files changed

+16
-16
lines changed

3 files changed

+16
-16
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- run: cargo test ${{ matrix.flags }}
3333

3434
check-no-std:
35-
name: check no_std ${{ matrix.features }}
35+
name: check no_std
3636
runs-on: ubuntu-latest
3737
timeout-minutes: 30
3838
steps:

Cargo.lock

Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ license = "MIT OR Apache-2.0"
66

77
[dependencies]
88
# revm
9-
revm = { git = "https://github.com/scroll-tech/revm", default-features = false, features = ["enable_eip7702", "enable_eip7623"] }
10-
revm-primitives = { git = "https://github.com/scroll-tech/revm", default-features = false }
11-
revm-inspector = { git = "https://github.com/scroll-tech/revm", default-features = false }
9+
revm = { git = "https://github.com/scroll-tech/revm", tag = "scroll-v91", default-features = false, features = ["enable_eip7702", "enable_eip7623"] }
10+
revm-primitives = { git = "https://github.com/scroll-tech/revm", tag = "scroll-v91", default-features = false }
11+
revm-inspector = { git = "https://github.com/scroll-tech/revm", tag = "scroll-v91", default-features = false }
1212

1313
# misc
1414
auto_impl = "1.2.0"

0 commit comments

Comments
 (0)