Skip to content

Commit

Permalink
Merge pull request #56 from Arend-Jan/55-version-updates
Browse files Browse the repository at this point in the history
version updates
  • Loading branch information
Arend-Jan authored Mar 12, 2024
2 parents bd231f4 + 99d3fa8 commit cfd90fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "chat-gpt-lib-rs"
version = "0.3.3"
version = "0.3.4"
edition = "2021"
description = "A Rust library for interacting with OpenAI's ChatGPT API, providing a simple interface to make API requests and handle responses."
license = "Apache-2.0"
Expand All @@ -21,7 +21,7 @@ log = "0.4"
reqwest = { version = "0.11", features = ["json"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
tokio = { version = "1.34", features = ["full"] }
tokio = { version = "1.36", features = ["full"] }

[dev-dependencies]
dotenvy = "0.15"
Expand Down

0 comments on commit cfd90fa

Please sign in to comment.