From 5fc4c7f24fef202cfaae850ddf4a15593ce24976 Mon Sep 17 00:00:00 2001 From: "tj-actions[bot]" <109116665+tj-actions-bot@users.noreply.github.com> Date: Thu, 26 Sep 2024 17:17:36 -0600 Subject: [PATCH] chore: upgraded test-package (#74) Co-authored-by: jackton1 <17484350+jackton1@users.noreply.github.com> --- test-package/Cargo.lock | 2 +- test-package/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test-package/Cargo.lock b/test-package/Cargo.lock index 470dab9..859980a 100644 --- a/test-package/Cargo.lock +++ b/test-package/Cargo.lock @@ -4,4 +4,4 @@ version = 3 [[package]] name = "test-package" -version = "3.0.1" +version = "3.0.2" diff --git a/test-package/Cargo.toml b/test-package/Cargo.toml index 8429a76..a318dc1 100644 --- a/test-package/Cargo.toml +++ b/test-package/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "test-package" -version = "3.0.1" +version = "3.0.2" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html