diff --git a/Cargo.toml b/Cargo.toml index ce7eaeb61..2645ea2c4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -78,7 +78,7 @@ actix-utils = "3.0.0" actix-tls = { version = "3.0.0", default-features = false, optional = true } actix-http = "3.0.0-beta.18" -actix-router = "0.5.0-rc.1" +actix-router = "0.5.0-rc.2" actix-web-codegen = "0.5.0-rc.1" ahash = "0.7" diff --git a/actix-router/CHANGES.md b/actix-router/CHANGES.md index 17d149b69..6253b522a 100644 --- a/actix-router/CHANGES.md +++ b/actix-router/CHANGES.md @@ -1,6 +1,9 @@ # Changes ## Unreleased - 2021-xx-xx + + +## 0.5.0-rc.2 - 2022-01-21 - Add `Path::as_str`. [#2590] - Deprecate `Path::path`. [#2590] diff --git a/actix-router/Cargo.toml b/actix-router/Cargo.toml index 56a755ef4..0d4e4f897 100644 --- a/actix-router/Cargo.toml +++ b/actix-router/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "actix-router" -version = "0.5.0-rc.1" +version = "0.5.0-rc.2" authors = [ "Nikolay Kim ", "Ali MJ Al-Nasrawy ",