Skip to content

Commit 9520655

Browse files
Must not => Must now
1 parent 492ab24 commit 9520655

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ Be sure to check out the [upgrading guide](https://hyper.rs/guides/1/upgrading).
212212

213213
#### Breaking Changes
214214

215-
* Any IO transport type provided must not implement `hyper::rt::{Read, Write}` instead of
215+
* Any IO transport type provided must now implement `hyper::rt::{Read, Write}` instead of
216216
`tokio::io` traits. You can grab a helper type from `hyper-util` to wrap Tokio types, or implement the traits yourself,
217217
if it's a custom type.
218218
([f9f65b7a](https://github.com/hyperium/hyper/commit/f9f65b7aa67fa3ec0267fe015945973726285bc2))

0 commit comments

Comments
 (0)