From 92b8cc9f6b234a5314990467bd16fd232422c172 Mon Sep 17 00:00:00 2001 From: mbecker20 Date: Fri, 15 Sep 2023 03:09:11 -0400 Subject: [PATCH] tests cargo toml --- Cargo.lock | 2 +- bin/tests/Cargo.toml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) 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