Skip to content

Commit

Permalink
Update: bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
zhongdongy committed Mar 28, 2023
1 parent 5aba965 commit 1becd60
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion examples/azure/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "rust-ai-azure-examples"
edition = "2021"
version = "0.1.0"
version = "0.1.1"

[dependencies]
rust-ai = { path = "../../rust-ai" }
Expand Down
2 changes: 1 addition & 1 deletion 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.8"
version = "0.1.9"
edition = "2021"
license = "Apache-2.0"
repository = "https://github.com/dongsxyz/rust-ai/"
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.8"
version = "0.1.9"
edition = "2021"
license = "Apache-2.0"
repository = "https://github.com/dongsxyz/rust-ai/"
Expand Down

0 comments on commit 1becd60

Please sign in to comment.