We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95ad79b commit 9f68ed7Copy full SHA for 9f68ed7
CHANGELOG.md
@@ -1,5 +1,6 @@
1
# 0.2.7 (April 28, 2022)
2
3
+* MSRV bumped to `1.49`.
4
* Add `extend()` method to `Extensions`.
5
* Add `From<Authority>` and `From<PathAndQuery>` impls for `Uri`.
6
* Make `HeaderName::from_static` a `const fn`.
README.md
@@ -60,6 +60,12 @@ fn main() {
60
}
61
```
62
63
+# Supported Rust Versions
64
+
65
+This project follows the [Tokio MSRV][msrv] and is currently set to `1.49`.
66
67
+[msrv]: https://github.com/tokio-rs/tokio/#supported-rust-versions
68
69
# License
70
71
Licensed under either of
0 commit comments