Skip to content

Commit b342b8f

Browse files
committed
chore(actix-router): prepare release 0.5.3
1 parent 804a344 commit b342b8f

4 files changed

Lines changed: 6 additions & 4 deletions

File tree

actix-router/CHANGES.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
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

actix-router/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "actix-router"
3-
version = "0.5.2"
3+
version = "0.5.3"
44
authors = [
55
"Nikolay Kim <fafhrd91@gmail.com>",
66
"Ali MJ Al-Nasrawy <alimjalnasrawy@gmail.com>",

actix-router/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
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

actix-web/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ actix-utils = "3"
9595
actix-tls = { version = "3.4", default-features = false, optional = true }
9696

9797
actix-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"] }
9999
actix-web-codegen = { version = "4.2", optional = true }
100100

101101
ahash = "0.8"

0 commit comments

Comments
 (0)