From f529524c68cb7c7fe395a8337394578e3a150481 Mon Sep 17 00:00:00 2001 From: bdbai Date: Sat, 20 Apr 2024 21:43:41 +0800 Subject: [PATCH] Bump version 0.7.1 --- Cargo.lock | 8 ++++---- ytflow-app-util/Cargo.toml | 2 +- ytflow-bin-shared/Cargo.toml | 2 +- ytflow-bin/Cargo.toml | 2 +- ytflow/Cargo.toml | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 83c4cac..65f7b7f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3330,7 +3330,7 @@ dependencies = [ [[package]] name = "ytflow" -version = "0.7.0" +version = "0.7.1" dependencies = [ "aes-gcm", "aho-corasick", @@ -3401,7 +3401,7 @@ dependencies = [ [[package]] name = "ytflow-app-util" -version = "0.7.0" +version = "0.7.1" dependencies = [ "base64", "cbindgen", @@ -3420,14 +3420,14 @@ dependencies = [ [[package]] name = "ytflow-bin" -version = "0.7.0" +version = "0.7.1" dependencies = [ "ytflow-bin-shared", ] [[package]] name = "ytflow-bin-shared" -version = "0.7.0" +version = "0.7.1" dependencies = [ "anyhow", "base64", diff --git a/ytflow-app-util/Cargo.toml b/ytflow-app-util/Cargo.toml index 8a846bb..b8a2d0a 100644 --- a/ytflow-app-util/Cargo.toml +++ b/ytflow-app-util/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ytflow-app-util" -version = "0.7.0" +version = "0.7.1" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/ytflow-bin-shared/Cargo.toml b/ytflow-bin-shared/Cargo.toml index ba009cc..4954f8f 100644 --- a/ytflow-bin-shared/Cargo.toml +++ b/ytflow-bin-shared/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ytflow-bin-shared" -version = "0.7.0" +version = "0.7.1" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/ytflow-bin/Cargo.toml b/ytflow-bin/Cargo.toml index 7d67bb5..cca698a 100644 --- a/ytflow-bin/Cargo.toml +++ b/ytflow-bin/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ytflow-bin" -version = "0.7.0" +version = "0.7.1" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/ytflow/Cargo.toml b/ytflow/Cargo.toml index 66deddd..d1f82f5 100644 --- a/ytflow/Cargo.toml +++ b/ytflow/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ytflow" -version = "0.7.0" +version = "0.7.1" authors = ["bdbai "] edition = "2021"