Skip to content

Commit 3e0d924

Browse files
author
Naohiro Yoshida
committed
fix optimism-derivation version
Signed-off-by: Naohiro Yoshida <naohiro.yoshida@datachain.jp>
1 parent 4ee415c commit 3e0d924

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

server/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ kona-genesis = { workspace = true, features = ["std", "serde"] }
2727
alloy-primitives = { workspace = true, features = ["map", "serde"] }
2828

2929
# optimism derivation
30-
optimism-derivation = { git = "https://github.com/datachainlab/optimism-elc", rev = "cf561cbbf9a18158c28de2c7b3baae489eaabf86", default-features = false }
30+
optimism-derivation = { git = "https://github.com/datachainlab/optimism-elc", rev = "v0.1.1", default-features = false }
3131

3232
[dev-dependencies]
3333
prost = "0.11.9"

0 commit comments

Comments
 (0)