diff --git a/Cargo.lock b/Cargo.lock index cb90e9b..b3f3c7a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3310,7 +3310,7 @@ dependencies = [ [[package]] name = "ytflow" -version = "0.6.2" +version = "0.7.0" dependencies = [ "aes-gcm", "aho-corasick", @@ -3381,7 +3381,7 @@ dependencies = [ [[package]] name = "ytflow-app-util" -version = "0.6.2" +version = "0.7.0" dependencies = [ "base64", "cbindgen", @@ -3400,14 +3400,14 @@ dependencies = [ [[package]] name = "ytflow-bin" -version = "0.6.2" +version = "0.7.0" dependencies = [ "ytflow-bin-shared", ] [[package]] name = "ytflow-bin-shared" -version = "0.6.2" +version = "0.7.0" dependencies = [ "anyhow", "base64", diff --git a/ytflow-app-util/Cargo.toml b/ytflow-app-util/Cargo.toml index 0e4dd32..19ed270 100644 --- a/ytflow-app-util/Cargo.toml +++ b/ytflow-app-util/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ytflow-app-util" -version = "0.6.2" +version = "0.7.0" 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 e07c9bc..55f28cd 100644 --- a/ytflow-bin-shared/Cargo.toml +++ b/ytflow-bin-shared/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ytflow-bin-shared" -version = "0.6.2" +version = "0.7.0" 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 c721d14..7d67bb5 100644 --- a/ytflow-bin/Cargo.toml +++ b/ytflow-bin/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ytflow-bin" -version = "0.6.2" +version = "0.7.0" 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 8817aa9..0bebc03 100644 --- a/ytflow/Cargo.toml +++ b/ytflow/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ytflow" -version = "0.6.2" +version = "0.7.0" authors = ["bdbai "] edition = "2021"