diff --git a/Cargo.toml b/Cargo.toml index 7ccd2d7da..97a256d83 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,6 @@ exclude = ["examples/minimal", "examples/simple-revm", "fpvm-tests/cannon-rs-tes resolver = "2" [workspace.package] -version = "0.0.1" edition = "2021" license = "MIT" authors = ["clabby"] diff --git a/crates/common/Cargo.toml b/crates/common/Cargo.toml index 2f4c0417b..e8f9ebb98 100644 --- a/crates/common/Cargo.toml +++ b/crates/common/Cargo.toml @@ -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.workspace = true +version = "0.0.1" edition.workspace = true authors.workspace = true license.workspace = true diff --git a/crates/derive/Cargo.toml b/crates/derive/Cargo.toml index 026ba5f58..c041914c9 100644 --- a/crates/derive/Cargo.toml +++ b/crates/derive/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "kona-derive" description = "A no_std derivation pipeline implementation for the OP Stack" -version.workspace = true +version = "0.0.1" edition.workspace = true authors.workspace = true license.workspace = true diff --git a/crates/preimage/Cargo.toml b/crates/preimage/Cargo.toml index d865ab99c..84d6edb62 100644 --- a/crates/preimage/Cargo.toml +++ b/crates/preimage/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "kona-preimage" description = "Bindings and types for interacting with the PreimageOracle ABI" -version.workspace = true +version = "0.0.1" edition.workspace = true authors.workspace = true license.workspace = true