From d01466e443eb407ecc219e906089004e1e789bbd Mon Sep 17 00:00:00 2001 From: jonaro00 <54029719+jonaro00@users.noreply.github.com> Date: Thu, 3 Oct 2024 23:53:01 +0200 Subject: [PATCH] chore: bump cargo-shuttle (#1897) --- Cargo.lock | 2 +- cargo-shuttle/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5f43a5f62..76c0d4ef7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -998,7 +998,7 @@ dependencies = [ [[package]] name = "cargo-shuttle" -version = "0.48.0" +version = "0.48.1" dependencies = [ "anyhow", "assert_cmd", diff --git a/cargo-shuttle/Cargo.toml b/cargo-shuttle/Cargo.toml index b0cba6c54..c2611add4 100644 --- a/cargo-shuttle/Cargo.toml +++ b/cargo-shuttle/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cargo-shuttle" -version = "0.48.0" +version = "0.48.1" edition.workspace = true license.workspace = true repository.workspace = true