Skip to content

Commit

Permalink
chore: minor release' (#833)
Browse files Browse the repository at this point in the history
  • Loading branch information
refcell authored Nov 20, 2024
1 parent 7d66132 commit 9226600
Show file tree
Hide file tree
Showing 10 changed files with 29 additions and 29 deletions.
26 changes: 13 additions & 13 deletions Cargo.lock

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

16 changes: 8 additions & 8 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -62,15 +62,15 @@ lto = "fat"

[workspace.dependencies]
# Workspace
kona-mpt = { path = "crates/mpt", version = "0.0.7", default-features = false }
kona-mpt = { path = "crates/mpt", version = "0.1.0", default-features = false }
kona-client = { path = "bin/client", version = "0.1.0", default-features = false }
kona-derive = { path = "crates/derive", version = "0.0.7", default-features = false }
kona-driver = { path = "crates/driver", version = "0.0.1", default-features = false }
kona-executor = { path = "crates/executor", version = "0.0.6", default-features = false }
kona-common = { path = "crates/proof-sdk/common", version = "0.0.5", default-features = false }
kona-common-proc = { path = "crates/proof-sdk/common-proc", version = "0.0.6", default-features = false }
kona-preimage = { path = "crates/proof-sdk/preimage", version = "0.0.5", default-features = false }
kona-proof = { path = "crates/proof-sdk/proof", version = "0.0.1", default-features = false }
kona-derive = { path = "crates/derive", version = "0.1.0", default-features = false }
kona-driver = { path = "crates/driver", version = "0.1.0", default-features = false }
kona-executor = { path = "crates/executor", version = "0.1.0", default-features = false }
kona-proof = { path = "crates/proof-sdk/proof", version = "0.1.0", default-features = false }
kona-common = { path = "crates/proof-sdk/common", version = "0.1.0", default-features = false }
kona-preimage = { path = "crates/proof-sdk/preimage", version = "0.1.0", default-features = false }
kona-common-proc = { path = "crates/proof-sdk/common-proc", version = "0.1.0", default-features = false }

# Alloy
alloy-rlp = { version = "0.3.9", default-features = false }
Expand Down
2 changes: 1 addition & 1 deletion crates/derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "kona-derive"
description = "A no_std derivation pipeline implementation for the OP Stack"
version = "0.0.7"
version = "0.1.0"
edition.workspace = true
authors.workspace = true
license.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion crates/driver/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "kona-driver"
description = "A no_std derivation pipeline driver"
version = "0.0.1"
version = "0.1.0"
edition.workspace = true
authors.workspace = true
license.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion crates/executor/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "kona-executor"
description = "An no_std implementation of a stateless L2 block executor for the OP Stack."
version = "0.0.6"
version = "0.1.0"
edition.workspace = true
authors.workspace = true
license.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion crates/mpt/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "kona-mpt"
description = "Utilities for interacting with and iterating through a merkle patricia trie"
version = "0.0.7"
version = "0.1.0"
edition.workspace = true
authors.workspace = true
license.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion crates/proof-sdk/common-proc/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "kona-common-proc"
description = "Proc macro extension for the `kona-common` crate."
version = "0.0.6"
version = "0.1.0"
edition.workspace = true
authors.workspace = true
license.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion crates/proof-sdk/common/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "kona-common"
description = "Common traits and system interfaces for developing client programs on top of Fault Proof VMs."
version = "0.0.5"
version = "0.1.0"
edition.workspace = true
authors.workspace = true
license.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion crates/proof-sdk/preimage/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "kona-preimage"
description = "Bindings and types for interacting with the PreimageOracle ABI"
version = "0.0.5"
version = "0.1.0"
edition.workspace = true
authors.workspace = true
license.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion crates/proof-sdk/proof/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "kona-proof"
description = "OP Stack Proof SDK"
version = "0.0.1"
version = "0.1.0"
edition.workspace = true
authors.workspace = true
license.workspace = true
Expand Down

0 comments on commit 9226600

Please sign in to comment.