From 30f464940a2a12be8cd3cfccc395e0cb923b25f2 Mon Sep 17 00:00:00 2001 From: Antonio Yang Date: Tue, 10 Sep 2024 16:05:23 +0800 Subject: [PATCH] bounce version --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 39588ba..6c56a54 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1578,7 +1578,7 @@ dependencies = [ [[package]] name = "test-with" -version = "0.13.0" +version = "0.13.1" dependencies = [ "byte-unit", "libtest-with", diff --git a/Cargo.toml b/Cargo.toml index ea10065..03b8ee3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "test-with" -version = "0.13.0" +version = "0.13.1" authors = ["Antonio Yang "] edition = "2021" license = "MIT"