diff --git a/Cargo.lock b/Cargo.lock index f26cc3560..1d505e85b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3147,7 +3147,7 @@ dependencies = [ [[package]] name = "tests" -version = "0.1.0" +version = "1.0.1" dependencies = [ "anyhow", "dotenv", diff --git a/bin/tests/Cargo.toml b/bin/tests/Cargo.toml index 6e399348d..036641042 100644 --- a/bin/tests/Cargo.toml +++ b/bin/tests/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "tests" -version = "0.1.0" -edition = "2021" +version.workspace = true +edition.workspace = true # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html @@ -17,4 +17,4 @@ partial_derive2.workspace = true make_option.workspace = true mungos.workspace = true dotenv.workspace = true -envy.workspace = true \ No newline at end of file +envy.workspace = true