@@ -64,10 +64,10 @@ lto = "fat"
64
64
# Workspace
65
65
kona-mpt = { path = " crates/mpt" , version = " 0.1.2" , default-features = false }
66
66
kona-client = { path = " bin/client" , version = " 0.1.0" , default-features = false }
67
- kona-derive = { path = " crates/derive" , version = " 0.2.1 " , default-features = false }
68
- kona-driver = { path = " crates/driver" , version = " 0.2.1 " , default-features = false }
69
- kona-executor = { path = " crates/executor" , version = " 0.2.1 " , default-features = false }
70
- kona-proof = { path = " crates/proof-sdk/proof" , version = " 0.2.1 " , default-features = false }
67
+ kona-derive = { path = " crates/derive" , version = " 0.2.2 " , default-features = false }
68
+ kona-driver = { path = " crates/driver" , version = " 0.2.2 " , default-features = false }
69
+ kona-executor = { path = " crates/executor" , version = " 0.2.2 " , default-features = false }
70
+ kona-proof = { path = " crates/proof-sdk/proof" , version = " 0.2.2 " , default-features = false }
71
71
kona-std-fpvm = { path = " crates/proof-sdk/std-fpvm" , version = " 0.1.2" , default-features = false }
72
72
kona-preimage = { path = " crates/proof-sdk/preimage" , version = " 0.2.1" , default-features = false }
73
73
kona-std-fpvm-proc = { path = " crates/proof-sdk/std-fpvm-proc" , version = " 0.1.2" , default-features = false }
0 commit comments