diff --git a/cli/Cargo.toml b/cli/Cargo.toml index f8a12a0..777b4e1 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "darkroom" -version = "0.8.0" description = "A contract testing tool built in Rust" +version.workspace = true edition.workspace = true readme.workspace = true license.workspace = true diff --git a/filmreel/Cargo.toml b/filmreel/Cargo.toml index 85f2d89..8e97bac 100644 --- a/filmreel/Cargo.toml +++ b/filmreel/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "filmreel" -version = "0.7.0" description = "filmReel parser for Rust" readme = "README.md" documentation = "https://docs.rs/crate/filmreel/" homepage = "https://crates.io/crates/filmreel" +version.workspace = true edition.workspace = true license.workspace = true authors.workspace = true