Skip to content

Commit f33c3e0

Browse files
authored
Bump MSRV to 1.63 (#418)
Multiple dependencies have raised their MSRV to the same.
1 parent e8eb549 commit f33c3e0

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
runs-on: ubuntu-latest
7373
steps:
7474
- uses: actions/checkout@v3
75-
- uses: dtolnay/rust-toolchain@1.60.0
75+
- uses: dtolnay/rust-toolchain@1.63
7676
- name: Install protoc
7777
uses: taiki-e/install-action@v2
7878
with:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ The [examples] folder contains various examples of how to use Tower HTTP:
3737

3838
## Minimum supported Rust version
3939

40-
tower-http's MSRV is 1.60.
40+
tower-http's MSRV is 1.63.
4141

4242
## Getting Help
4343

tower-http/CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1313

1414
## Changed
1515

16-
- None.
16+
- Bump Minimum Supported Rust Version to 1.63 ([#418])
1717

1818
## Removed
1919

@@ -24,6 +24,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2424
- Accepts range headers with ranges where the end of range goes past the end of the document by bumping
2525
http-range-header to `0.4`
2626

27+
[#418]: https://github.com/tower-rs/tower-http/pull/418
28+
2729
# 0.4.2 (July 19, 2023)
2830

2931
## Added

tower-http/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ repository = "https://github.com/tower-rs/tower-http"
1010
homepage = "https://github.com/tower-rs/tower-http"
1111
categories = ["asynchronous", "network-programming", "web-programming"]
1212
keywords = ["io", "async", "futures", "service", "http"]
13-
rust-version = "1.60"
13+
rust-version = "1.63"
1414

1515
[dependencies]
1616
bitflags = "2.0.2"

0 commit comments

Comments
 (0)