From fb844b9a7fc00a0d43388601eeaa5bee5392af44 Mon Sep 17 00:00:00 2001 From: Hung-I Date: Mon, 28 Aug 2023 22:25:15 +0800 Subject: [PATCH] chore(shuttle): bump version to 0.2.3 --- Cargo.lock | 2 +- shuttle/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9f30864..24d08f0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -747,7 +747,7 @@ dependencies = [ [[package]] name = "noisy-shuttle" -version = "0.2.2" +version = "0.2.3" dependencies = [ "anyhow", "async-trait", diff --git a/shuttle/Cargo.toml b/shuttle/Cargo.toml index 6146936..c2efbff 100644 --- a/shuttle/Cargo.toml +++ b/shuttle/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "noisy-shuttle" -version = "0.2.2" +version = "0.2.3" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html