Skip to content

Commit 0a03b73

Browse files
authored
chore: bump kona to kona-client/v0.1.0-beta.15 (#474)
1 parent 4c05b4f commit 0a03b73

File tree

9 files changed

+57
-308
lines changed

9 files changed

+57
-308
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ spin = { version = "0.9.8" }
1818
lru = "0.12.3"
1919
async-trait = "0.1.80"
2020
sha2 = "0.10.8"
21-
tokio = { version = "1.40.0", features = ["full"] }
21+
tokio = { version = "1.44.2", features = ["full"] }
2222
clap = "4.5.9"
2323
cargo_metadata = "0.18.1"
2424
dotenv = "0.15.0"
@@ -45,25 +45,25 @@ strum = "0.27.1"
4545
strum_macros = "0.27.1"
4646

4747
# kona
48-
kona-mpt = { git = "https://github.com/op-rs/kona", tag = "kona-client/v0.1.0-beta.14" }
49-
kona-derive = { git = "https://github.com/op-rs/kona", tag = "kona-client/v0.1.0-beta.14", default-features = false }
50-
kona-driver = { git = "https://github.com/op-rs/kona", tag = "kona-client/v0.1.0-beta.14" }
51-
kona-preimage = { git = "https://github.com/op-rs/kona", tag = "kona-client/v0.1.0-beta.14", features = [
48+
kona-mpt = { git = "https://github.com/op-rs/kona", tag = "kona-client/v0.1.0-beta.15" }
49+
kona-derive = { git = "https://github.com/op-rs/kona", tag = "kona-client/v0.1.0-beta.15", default-features = false }
50+
kona-driver = { git = "https://github.com/op-rs/kona", tag = "kona-client/v0.1.0-beta.15" }
51+
kona-preimage = { git = "https://github.com/op-rs/kona", tag = "kona-client/v0.1.0-beta.15", features = [
5252
"rkyv",
5353
"serde",
5454
] }
55-
kona-executor = { git = "https://github.com/op-rs/kona", tag = "kona-client/v0.1.0-beta.14" }
56-
kona-proof = { git = "https://github.com/op-rs/kona", tag = "kona-client/v0.1.0-beta.14" }
55+
kona-executor = { git = "https://github.com/op-rs/kona", tag = "kona-client/v0.1.0-beta.15" }
56+
kona-proof = { git = "https://github.com/op-rs/kona", tag = "kona-client/v0.1.0-beta.15" }
5757

58-
kona-client = { git = "https://github.com/op-rs/kona", tag = "kona-client/v0.1.0-beta.14" }
59-
kona-host = { git = "https://github.com/op-rs/kona", tag = "kona-client/v0.1.0-beta.14" }
60-
kona-providers-alloy = { git = "https://github.com/op-rs/kona", tag = "kona-client/v0.1.0-beta.14" }
61-
kona-rpc = { git = "https://github.com/op-rs/kona", tag = "kona-client/v0.1.0-beta.14", default-features = false, features = [
58+
kona-client = { git = "https://github.com/op-rs/kona", tag = "kona-client/v0.1.0-beta.15" }
59+
kona-host = { git = "https://github.com/op-rs/kona", tag = "kona-client/v0.1.0-beta.15" }
60+
kona-providers-alloy = { git = "https://github.com/op-rs/kona", tag = "kona-client/v0.1.0-beta.15" }
61+
kona-rpc = { git = "https://github.com/op-rs/kona", tag = "kona-client/v0.1.0-beta.15", default-features = false, features = [
6262
"serde",
6363
] }
64-
kona-protocol = { git = "https://github.com/op-rs/kona", tag = "kona-client/v0.1.0-beta.14", default-features = false }
65-
kona-registry = { git = "https://github.com/op-rs/kona", tag = "kona-client/v0.1.0-beta.14", default-features = false }
66-
kona-genesis = { git = "https://github.com/op-rs/kona", tag = "kona-client/v0.1.0-beta.14", default-features = false }
64+
kona-protocol = { git = "https://github.com/op-rs/kona", tag = "kona-client/v0.1.0-beta.15", default-features = false }
65+
kona-registry = { git = "https://github.com/op-rs/kona", tag = "kona-client/v0.1.0-beta.15", default-features = false }
66+
kona-genesis = { git = "https://github.com/op-rs/kona", tag = "kona-client/v0.1.0-beta.15", default-features = false }
6767

6868
# op-succinct
6969
op-succinct-prove = { path = "scripts/prove" }

elf/aggregation-elf

-24 Bytes
Binary file not shown.

elf/range-elf-bump

-6.92 KB
Binary file not shown.

elf/range-elf-embedded

-8.48 KB
Binary file not shown.

scripts/fees/Cargo.toml

Lines changed: 0 additions & 20 deletions
This file was deleted.

0 commit comments

Comments
 (0)