Skip to content

Commit 501c9a8

Browse files
authored
bump up kona to v1.2.8 (#33)
1 parent 98fbff6 commit 501c9a8

File tree

3 files changed

+26
-26
lines changed

3 files changed

+26
-26
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Install components
1818
run: |
1919
rustup component add rustfmt clippy
20-
cargo install cargo-machete --version 0.8.0
20+
cargo install cargo-machete --version 0.8.0 --locked
2121
- name: Check format
2222
run: cargo fmt --all -- --check
2323
- name: Check clippy

Cargo.lock

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

Cargo.toml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,15 @@ ethereum-consensus = { git = "https://github.com/datachainlab/ethereum-light-cli
2222
ethereum-light-client-verifier = { git = "https://github.com/datachainlab/ethereum-light-client-rs", rev = "v0.2.0", default-features = false }
2323

2424
# Kona
25-
kona-client = { git="https://github.com/op-rs/kona", rev= "kona-node/v1.2.7", default-features = false }
26-
kona-proof = { git="https://github.com/op-rs/kona", rev= "kona-node/v1.2.7", default-features = false }
27-
kona-preimage = {git="https://github.com/op-rs/kona", rev= "kona-node/v1.2.7", default-features = false }
28-
kona-executor = { git="https://github.com/op-rs/kona", rev= "kona-node/v1.2.7", default-features = false }
29-
kona-driver = { git="https://github.com/op-rs/kona", rev= "kona-node/v1.2.7", default-features = false }
30-
kona-genesis = { git="https://github.com/op-rs/kona", rev= "kona-node/v1.2.7", default-features = false }
31-
kona-protocol = { git="https://github.com/op-rs/kona", rev= "kona-node/v1.2.7", default-features = false }
32-
kona-derive = { git="https://github.com/op-rs/kona", rev= "kona-node/v1.2.7", default-features = false }
33-
kona-registry = { git="https://github.com/op-rs/kona", rev= "kona-node/v1.2.7", default-features = false }
25+
kona-client = { git="https://github.com/op-rs/kona", rev= "kona-node/v1.2.8", default-features = false }
26+
kona-proof = { git="https://github.com/op-rs/kona", rev= "kona-node/v1.2.8", default-features = false }
27+
kona-preimage = {git="https://github.com/op-rs/kona", rev= "kona-node/v1.2.8", default-features = false }
28+
kona-executor = { git="https://github.com/op-rs/kona", rev= "kona-node/v1.2.8", default-features = false }
29+
kona-driver = { git="https://github.com/op-rs/kona", rev= "kona-node/v1.2.8", default-features = false }
30+
kona-genesis = { git="https://github.com/op-rs/kona", rev= "kona-node/v1.2.8", default-features = false }
31+
kona-protocol = { git="https://github.com/op-rs/kona", rev= "kona-node/v1.2.8", default-features = false }
32+
kona-derive = { git="https://github.com/op-rs/kona", rev= "kona-node/v1.2.8", default-features = false }
33+
kona-registry = { git="https://github.com/op-rs/kona", rev= "kona-node/v1.2.8", default-features = false }
3434

3535
# Alloy
3636
alloy-consensus = { version = "1.1.3", default-features = false }

0 commit comments

Comments
 (0)