Skip to content

Commit

Permalink
Release 0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
rmja committed May 23, 2024
1 parent c13a2e8 commit bd5128a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit bd5128a

Please sign in to comment.