diff --git a/Cargo.toml b/Cargo.toml index 0e0f4ea..d7fa3f7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "openai-api-rs" -version = "5.2.1" +version = "5.2.2" edition = "2021" authors = ["Dongri Jin "] license = "MIT" diff --git a/README.md b/README.md index 8b9b38f..d2e36d4 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Check out the [docs.rs](https://docs.rs/openai-api-rs/). Cargo.toml ```toml [dependencies] -openai-api-rs = "5.2.1" +openai-api-rs = "5.2.2" ``` ## Usage