Skip to content

Commit

Permalink
bump 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
usagi committed Dec 9, 2023
1 parent f2cd72a commit af48a36
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "virtual-avatar-connect"
version = "0.5.0"
version = "0.6.0"
edition = "2021"
build = "build.rs"

Expand All @@ -14,7 +14,7 @@ path = "src/main.rs"

[dependencies]
anyhow = "1.0.75"
async-openai = "0.14.1"
async-openai = "0.14.3"
clap = { version = "4.4.2", features = ["derive"] }
log = "0.4.20"
serde = { version = "1.0.188", features = ["derive"] }
Expand Down Expand Up @@ -45,7 +45,7 @@ screenshots = "0.8.3"
image = "0.24.7"
base64 = "0.21.4"
unic-langid = "0.9.1"
async-tempfile = "0.4.0"
async-tempfile = "0.5.0"
mime = "0.3.17"
mime_guess = "2.0.4"
alkana-rs = "0.1.0"
Expand Down

0 comments on commit af48a36

Please sign in to comment.