Skip to content

Commit

Permalink
fix(cargo.toml): use anton-rs repo for kona dependency (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
samlaf authored Jan 6, 2025
1 parent 9ebfe1f commit 954cb67
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 27 deletions.
20 changes: 10 additions & 10 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 9 additions & 9 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -63,15 +63,15 @@ kailua-contracts = { path = "crates/contracts" }
kailua-host = { path = "bin/host" }

# Kona
kona-client = { git = "https://github.com/ethereum-optimism/kona", rev = "7a40d87", default-features = false }
kona-derive = { git = "https://github.com/ethereum-optimism/kona", rev = "7a40d87", default-features = false, features = ["serde"] }
kona-driver = { git = "https://github.com/ethereum-optimism/kona", rev = "7a40d87" }
kona-executor = { git = "https://github.com/ethereum-optimism/kona", rev = "7a40d87" }
kona-host = { git = "https://github.com/ethereum-optimism/kona", rev = "7a40d87" }
kona-mpt = { git = "https://github.com/ethereum-optimism/kona", rev = "7a40d87", features = ["serde"] }
kona-preimage = { git = "https://github.com/ethereum-optimism/kona", rev = "7a40d87", features = ["rkyv"] }
kona-proof = { git = "https://github.com/ethereum-optimism/kona", rev = "7a40d87" }
kona-std-fpvm = { git = "https://github.com/ethereum-optimism/kona", rev = "7a40d87" }
kona-client = { git = "https://github.com/anton-rs/kona", rev = "7a40d87", default-features = false }
kona-derive = { git = "https://github.com/anton-rs/kona", rev = "7a40d87", default-features = false, features = ["serde"] }
kona-driver = { git = "https://github.com/anton-rs/kona", rev = "7a40d87" }
kona-executor = { git = "https://github.com/anton-rs/kona", rev = "7a40d87" }
kona-host = { git = "https://github.com/anton-rs/kona", rev = "7a40d87" }
kona-mpt = { git = "https://github.com/anton-rs/kona", rev = "7a40d87", features = ["serde"] }
kona-preimage = { git = "https://github.com/anton-rs/kona", rev = "7a40d87", features = ["rkyv"] }
kona-proof = { git = "https://github.com/anton-rs/kona", rev = "7a40d87" }
kona-std-fpvm = { git = "https://github.com/anton-rs/kona", rev = "7a40d87" }

# RISC Zero zkVM
bonsai-sdk = { version = "1.2.0", features = ["non_blocking"] }
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,4 +71,4 @@ We'd love to hear from you on [Discord][discord] or [Twitter][twitter].
[twitter]: https://twitter.com/risczero
[zkvm-overview]: https://dev.risczero.com/zkvm
[zkhack-iii]: https://www.youtube.com/watch?v=Yg_BGqj_6lg&list=PLcPzhUaCxlCgig7ofeARMPwQ8vbuD6hC5&index=5
[kona]: https://github.com/ethereum-optimism/kona
[kona]: https://github.com/anton-rs/kona
12 changes: 6 additions & 6 deletions build/risczero/fpvm/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion build/risczero/fpvm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ rkyv = "0.8.9"

kailua-common = { path = "../../../crates/common" }

kona-proof = { git = "https://github.com/ethereum-optimism/kona", rev = "7a40d87" }
kona-proof = { git = "https://github.com/anton-rs/kona", rev = "7a40d87" }

risc0-zkvm = { version = "1.2.0", features = ["std", "heap-embedded-alloc", "unstable"] }

Expand Down

0 comments on commit 954cb67

Please sign in to comment.