File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33## Unreleased
44
5+ ## 0.5.3
6+
57- Add ` unicode ` crate feature (on-by-default) to switch between ` regex ` and ` regex-lite ` as a trade-off between full unicode support and binary size.
68- Minimum supported Rust version (MSRV) is now 1.72.
79
Original file line number Diff line number Diff line change 11[package ]
22name = " actix-router"
3- version = " 0.5.2 "
3+ version = " 0.5.3 "
44authors = [
55 " Nikolay Kim <fafhrd91@gmail.com>" ,
66 " Ali MJ Al-Nasrawy <alimjalnasrawy@gmail.com>" ,
Original file line number Diff line number Diff line change 33<!-- prettier-ignore-start -->
44
55[ ![ crates.io] ( https://img.shields.io/crates/v/actix-router?label=latest )] ( https://crates.io/crates/actix-router )
6- [ ![ Documentation] ( https://docs.rs/actix-router/badge.svg?version=0.5.2 )] ( https://docs.rs/actix-router/0.5.2 )
6+ [ ![ Documentation] ( https://docs.rs/actix-router/badge.svg?version=0.5.3 )] ( https://docs.rs/actix-router/0.5.3 )
77![ Version] ( https://img.shields.io/badge/rustc-1.72+-ab6000.svg )
88![ MIT or Apache 2.0 licensed] ( https://img.shields.io/crates/l/actix-router.svg )
99<br />
10- [ ![ dependency status] ( https://deps.rs/crate/actix-router/0.5.2 /status.svg )] ( https://deps.rs/crate/actix-router/0.5.2 )
10+ [ ![ dependency status] ( https://deps.rs/crate/actix-router/0.5.3 /status.svg )] ( https://deps.rs/crate/actix-router/0.5.3 )
1111[ ![ Download] ( https://img.shields.io/crates/d/actix-router.svg )] ( https://crates.io/crates/actix-router )
1212[ ![ Chat on Discord] ( https://img.shields.io/discord/771444961383153695?label=chat&logo=discord )] ( https://discord.gg/NWpN5mmg3x )
1313
Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ actix-utils = "3"
9595actix-tls = { version = " 3.4" , default-features = false , optional = true }
9696
9797actix-http = { version = " 3.7" , features = [" ws" ] }
98- actix-router = { version = " 0.5" , default-features = false , features = [" http" ] }
98+ actix-router = { version = " 0.5.3 " , default-features = false , features = [" http" ] }
9999actix-web-codegen = { version = " 4.2" , optional = true }
100100
101101ahash = " 0.8"
You can’t perform that action at this time.
0 commit comments