Skip to content

Commit f4851b3

Browse files
committed
chore(actix-router): prepare release 0.5.2
1 parent 68597b5 commit f4851b3

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

.github/workflows/ci-post-merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
7272
- name: Clear the cargo caches
7373
run: |
74-
cargo install cargo-cache --version 0.8.3 --no-default-features --features ci-autoclean
74+
cargo --locked install cargo-cache --version 0.8.3 --no-default-features --features ci-autoclean
7575
cargo-cache
7676
7777
ci_feature_powerset_check:

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.2
6+
57
- Minimum supported Rust version (MSRV) is now 1.68 due to transitive `time` dependency.
68

79
## 0.5.1

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.1"
3+
version = "0.5.2"
44
authors = [
55
"Nikolay Kim <[email protected]>",
66
"Ali MJ Al-Nasrawy <[email protected]>",

actix-router/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# `actix-router`
22

33
[![crates.io](https://img.shields.io/crates/v/actix-router?label=latest)](https://crates.io/crates/actix-router)
4-
[![Documentation](https://docs.rs/actix-router/badge.svg?version=0.5.1)](https://docs.rs/actix-router/0.5.1)
4+
[![Documentation](https://docs.rs/actix-router/badge.svg?version=0.5.2)](https://docs.rs/actix-router/0.5.2)
55
![Version](https://img.shields.io/badge/rustc-1.68+-ab6000.svg)
66
![MIT or Apache 2.0 licensed](https://img.shields.io/crates/l/actix-router.svg)
77
<br />
8-
[![dependency status](https://deps.rs/crate/actix-router/0.5.1/status.svg)](https://deps.rs/crate/actix-router/0.5.1)
8+
[![dependency status](https://deps.rs/crate/actix-router/0.5.2/status.svg)](https://deps.rs/crate/actix-router/0.5.2)
99
[![Download](https://img.shields.io/crates/d/actix-router.svg)](https://crates.io/crates/actix-router)
1010
[![Chat on Discord](https://img.shields.io/discord/771444961383153695?label=chat&logo=discord)](https://discord.gg/NWpN5mmg3x)
1111

0 commit comments

Comments
 (0)