From 7ffc84ed3db883399ae2b71565bc202752ffafc6 Mon Sep 17 00:00:00 2001 From: Mikhail Katychev Date: Wed, 27 Mar 2024 12:02:39 -0500 Subject: [PATCH] coupled workspace versions --- cli/Cargo.toml | 2 +- filmreel/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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