Skip to content

Commit

Permalink
Update: bump version to v0.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
zhongdongy committed Mar 26, 2023
1 parent d62dfc8 commit cc0d9c4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions rust-ai-generator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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/"
Expand All @@ -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]]
Expand Down
2 changes: 1 addition & 1 deletion rust-ai/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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/"
Expand Down

0 comments on commit cc0d9c4

Please sign in to comment.