From 95206550f6d9d59c00f12c780ccaa9349cf7c826 Mon Sep 17 00:00:00 2001 From: Amos Wenger Date: Mon, 26 Aug 2024 16:36:58 +0200 Subject: [PATCH] Must not => Must now --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f8c90a3f8..f715e37864 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -212,7 +212,7 @@ Be sure to check out the [upgrading guide](https://hyper.rs/guides/1/upgrading). #### Breaking Changes -* Any IO transport type provided must not implement `hyper::rt::{Read, Write}` instead of +* Any IO transport type provided must now implement `hyper::rt::{Read, Write}` instead of `tokio::io` traits. You can grab a helper type from `hyper-util` to wrap Tokio types, or implement the traits yourself, if it's a custom type. ([f9f65b7a](https://github.com/hyperium/hyper/commit/f9f65b7aa67fa3ec0267fe015945973726285bc2))