Skip to content

Commit

Permalink
prepare actix-router release 0.5.0-rc.3
Browse files Browse the repository at this point in the history
  • Loading branch information
robjtede committed Jan 31, 2022
1 parent 9777653 commit 47f5faf
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ actix-utils = "3.0.0"
actix-tls = { version = "3.0.0", default-features = false, optional = true }

actix-http = { version = "3.0.0-beta.19", features = ["http2", "ws"] }
actix-router = "0.5.0-rc.2"
actix-router = "0.5.0-rc.3"
actix-web-codegen = "0.5.0-rc.1"

ahash = "0.7"
Expand Down
3 changes: 3 additions & 0 deletions actix-router/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Changes

## Unreleased - 2021-xx-xx


## 0.5.0-rc.3 - 2022-01-31
- Remove unused `ResourceInfo`. [#2612]
- Add `RouterBuilder::push`. [#2612]
- Change signature of `ResourceDef::capture_match_info_fn` to remove `user_data` parameter. [#2612]
Expand Down
2 changes: 1 addition & 1 deletion actix-router/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "actix-router"
version = "0.5.0-rc.2"
version = "0.5.0-rc.3"
authors = [
"Nikolay Kim <[email protected]>",
"Ali MJ Al-Nasrawy <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion actix-web-codegen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ edition = "2018"
proc-macro = true

[dependencies]
actix-router = "0.5.0-beta.4"
actix-router = "0.5.0-rc.3"
proc-macro2 = "1"
quote = "1"
syn = { version = "1", features = ["full", "parsing"] }
Expand Down

0 comments on commit 47f5faf

Please sign in to comment.