From 13c18b8a51050028e8d314dd93fcafd651dbd0de Mon Sep 17 00:00:00 2001 From: Rob Ede Date: Wed, 14 Jul 2021 10:37:49 +0100 Subject: [PATCH] Update CHANGES.md --- actix-rt/CHANGES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/actix-rt/CHANGES.md b/actix-rt/CHANGES.md index 459d91a7..483999ce 100644 --- a/actix-rt/CHANGES.md +++ b/actix-rt/CHANGES.md @@ -8,7 +8,7 @@ `Ready` object in ok variant. [#293] * Breakage is acceptable since `ActixStream` was not intended to be public. -[#293] https://github.com/actix/actix-net/pull/293 +[#293]: https://github.com/actix/actix-net/pull/293 ## 2.1.0 - 2021-02-24