Skip to content

Commit

Permalink
coupled workspace versions
Browse files Browse the repository at this point in the history
  • Loading branch information
mkatychev committed Mar 27, 2024
1 parent c452d0a commit 7ffc84e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion filmreel/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 7ffc84e

Please sign in to comment.