Skip to content

Commit

Permalink
prepare actix-router release 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
robjtede committed Sep 19, 2022
1 parent 07a7290 commit 894effb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion 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
Expand Down
2 changes: 1 addition & 1 deletion actix-router/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "actix-router"
version = "0.5.0"
version = "0.5.1"
authors = [
"Nikolay Kim <fafhrd91@gmail.com>",
"Ali MJ Al-Nasrawy <alimjalnasrawy@gmail.com>",
Expand Down
2 changes: 1 addition & 1 deletion actix-web-codegen/Cargo.toml
Expand Up @@ -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"] }
Expand Down

0 comments on commit 894effb

Please sign in to comment.