diff --git a/Cargo.toml b/Cargo.toml index fa666c2..99ff3b6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "reqwless" -version = "0.11.0" +version = "0.12.0" edition = "2021" resolver = "2" description = "HTTP client for embedded devices" diff --git a/README.md b/README.md index bf1a743..a6e44ef 100644 --- a/README.md +++ b/README.md @@ -115,8 +115,4 @@ This enables `alloc` on `embedded-tls` which in turn enables RSA signature algor # Minimum supported Rust version (MSRV) -`reqwless` requires a feature from `nightly` to compile `embedded-io` with async support: - -* `async_fn_in_trait` - -This feature is complete, but is not yet merged to `stable`. +`reqwless` can compile on stable Rust 1.75 and up.