From cc0d9c4c9d6589de1e1a816e083de0d4c2df215c Mon Sep 17 00:00:00 2001 From: Zhongdong Yang Date: Sun, 26 Mar 2023 14:06:31 +0800 Subject: [PATCH] Update: bump version to v0.1.8 --- Cargo.lock | 4 ++-- rust-ai-generator/Cargo.toml | 4 ++-- rust-ai/Cargo.toml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0027b82..23f395a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -900,7 +900,7 @@ dependencies = [ [[package]] name = "rust-ai" -version = "0.1.7" +version = "0.1.8" dependencies = [ "isolang", "lazy_static", @@ -927,7 +927,7 @@ dependencies = [ [[package]] name = "rust-ai-generator" -version = "0.1.7" +version = "0.1.8" dependencies = [ "chrono", "rust-ai", diff --git a/rust-ai-generator/Cargo.toml b/rust-ai-generator/Cargo.toml index f22ff41..ec4d3e3 100644 --- a/rust-ai-generator/Cargo.toml +++ b/rust-ai-generator/Cargo.toml @@ -2,7 +2,7 @@ name = "rust-ai-generator" authors = ["Zhongdong Yang"] description = "A tool to generate types for `rust-ai`" -version = "0.1.7" +version = "0.1.8" edition = "2021" license = "Apache-2.0" repository = "https://github.com/dongsxyz/rust-ai/" @@ -14,7 +14,7 @@ readme = "README.md" [dependencies] chrono = "0.4.24" -rust-ai = { path = "../rust-ai", version = "0.1.7" } +rust-ai = { path = "../rust-ai", version = "0.1.8" } tokio = { version = "1.26.0", features = ["full"] } [[bin]] diff --git a/rust-ai/Cargo.toml b/rust-ai/Cargo.toml index 2c039f1..da04493 100644 --- a/rust-ai/Cargo.toml +++ b/rust-ai/Cargo.toml @@ -2,7 +2,7 @@ name = "rust-ai" authors = ["Zhongdong Yang"] description = "A collection of 3rd-party AI APIs for Rust" -version = "0.1.7" +version = "0.1.8" edition = "2021" license = "Apache-2.0" repository = "https://github.com/dongsxyz/rust-ai/"