Skip to content

Commit fae25ea

Browse files
committed
bump rust-version to use async-function-in-traits
1 parent 0911281 commit fae25ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

async-openai-wasm/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "async-openai-wasm"
3-
version = "0.27.0"
3+
version = "0.27.1"
44
authors = [
55
"Contributors of the async-openai crate",
66
"ifsheldon <async_openai_wasm@reify.ing>"
@@ -9,7 +9,7 @@ categories = ["api-bindings", "web-programming", "asynchronous"]
99
keywords = ["openai", "async", "openapi", "ai", "wasm"]
1010
description = "Rust library for OpenAI on WASM"
1111
edition = "2021"
12-
rust-version = "1.65"
12+
rust-version = "1.75"
1313
license = "MIT"
1414
readme = "README.md"
1515
homepage = "https://github.com/ifsheldon/async-openai-wasm"

0 commit comments

Comments
 (0)