Skip to content

Commit 9f68ed7

Browse files
authored
Update changelog to include msrv (#550)
1 parent 95ad79b commit 9f68ed7

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# 0.2.7 (April 28, 2022)
22

3+
* MSRV bumped to `1.49`.
34
* Add `extend()` method to `Extensions`.
45
* Add `From<Authority>` and `From<PathAndQuery>` impls for `Uri`.
56
* Make `HeaderName::from_static` a `const fn`.

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,12 @@ fn main() {
6060
}
6161
```
6262

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+
6369
# License
6470

6571
Licensed under either of

0 commit comments

Comments
 (0)