From 894effb8569e53227e98480fd72becc04ea3131d Mon Sep 17 00:00:00 2001 From: Rob Ede Date: Mon, 19 Sep 2022 18:52:16 +0100 Subject: [PATCH] prepare actix-router release 0.5.1 --- actix-router/CHANGES.md | 5 ++++- actix-router/Cargo.toml | 2 +- actix-web-codegen/Cargo.toml | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/actix-router/CHANGES.md b/actix-router/CHANGES.md index 45db615e8..51e7cbc10 100644 --- a/actix-router/CHANGES.md +++ b/actix-router/CHANGES.md @@ -1,7 +1,10 @@ # Changes ## Unreleased - 2022-xx-xx -- Fix typo in error string in `Deserializer::deserialize_i32` implementation for `Value`. [#2876] + + +## 0.5.1 - 2022-09-19 +- Correct typo in error string for `i32` deserialization. [#2876] - Minimum supported Rust version (MSRV) is now 1.59 due to transitive `time` dependency. [#2876]: https://github.com/actix/actix-web/pull/2876 diff --git a/actix-router/Cargo.toml b/actix-router/Cargo.toml index 141b2d39e..19d6abc62 100644 --- a/actix-router/Cargo.toml +++ b/actix-router/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "actix-router" -version = "0.5.0" +version = "0.5.1" authors = [ "Nikolay Kim ", "Ali MJ Al-Nasrawy ", diff --git a/actix-web-codegen/Cargo.toml b/actix-web-codegen/Cargo.toml index a89dde2ee..2477364a6 100644 --- a/actix-web-codegen/Cargo.toml +++ b/actix-web-codegen/Cargo.toml @@ -15,7 +15,7 @@ edition = "2018" proc-macro = true [dependencies] -actix-router = "0.5.0" +actix-router = "0.5" proc-macro2 = "1" quote = "1" syn = { version = "1", features = ["full", "extra-traits"] }