Skip to content

Commit

Permalink
bump lower msrv to 1.49
Browse files Browse the repository at this point in the history
  • Loading branch information
robjtede committed Mar 2, 2022
1 parent 7804ed1 commit 41ed482
Show file tree
Hide file tree
Showing 12 changed files with 27 additions and 16 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,15 +119,15 @@ jobs:
cargo-cache
build_and_test_lower_msrv:
name: Linux / 1.46 (lower MSRV)
name: Linux / 1.49 (lower MSRV)
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2

- name: Install 1.46.0 # MSRV for all but -server and -tls
- name: Install 1.49.0 # MSRV for all but -server and -tls
uses: actions-rs/toolchain@v1
with:
toolchain: 1.46.0-x86_64-unknown-linux-gnu
toolchain: 1.49.0-x86_64-unknown-linux-gnu
profile: minimal
override: true

Expand All @@ -149,7 +149,7 @@ jobs:

- name: tests
run: |
sudo bash -c "ulimit -Sl 512 && ulimit -Hl 512 && PATH=$PATH:/usr/share/rust/.cargo/bin && RUSTUP_TOOLCHAIN=1.46 cargo ci-test-lower-msrv"
sudo bash -c "ulimit -Sl 512 && ulimit -Hl 512 && PATH=$PATH:/usr/share/rust/.cargo/bin && RUSTUP_TOOLCHAIN=1.49 cargo ci-test-lower-msrv"
- name: Clear the cargo caches
run: |
Expand Down
3 changes: 2 additions & 1 deletion actix-codec/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Changes

## Unreleased - 2021-xx-xx
## Unreleased - 2022-xx-xx
- Minimum supported Rust version (MSRV) is now 1.49.


## 0.5.0 - 2022-02-15
Expand Down
3 changes: 2 additions & 1 deletion actix-macros/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Changes

## Unreleased - 2021-xx-xx
## Unreleased - 2022-xx-xx
- Minimum supported Rust version (MSRV) is now 1.49.


## 0.2.3 - 2021-10-19
Expand Down
3 changes: 2 additions & 1 deletion actix-rt/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Changes

## Unreleased - 2021-xx-xx
## Unreleased - 2022-xx-xx
- Minimum supported Rust version (MSRV) is now 1.49.


## 2.6.0 - 2022-01-12
Expand Down
2 changes: 1 addition & 1 deletion actix-server/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changes

## Unreleased - 2021-xx-xx
## Unreleased - 2022-xx-xx
- Wait for accept thread to stop before sending completion signal. [#443]

[#443]: https://github.com/actix/actix-net/pull/443
Expand Down
3 changes: 2 additions & 1 deletion actix-service/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Changes

## Unreleased - 2021-xx-xx
## Unreleased - 2022-xx-xx
- Minimum supported Rust version (MSRV) is now 1.49.


## 2.0.2 - 2021-12-18
Expand Down
4 changes: 2 additions & 2 deletions actix-tls/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changes

## Unreleased - 2021-xx-xx
## Unreleased - 2022-xx-xx


## 3.0.3 - 2022-02-15
Expand Down Expand Up @@ -132,7 +132,7 @@
[#273]: https://github.com/actix/actix-net/pull/273


## 3.0.0-beta.2 - 2021-xx-xx
## 3.0.0-beta.2 - 2022-xx-xx
- Depend on stable trust-dns packages. [#204]

[#204]: https://github.com/actix/actix-net/pull/204
Expand Down
5 changes: 4 additions & 1 deletion actix-tracing/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changes

## [0.1.0] - 2020-01-15
## Unreleased - 2022-xx-xx
- Minimum supported Rust version (MSRV) is now 1.49.


## 0.1.0 - 2020-01-15
- Initial release
3 changes: 2 additions & 1 deletion actix-utils/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Changes

## Unreleased - 2021-xx-xx
## Unreleased - 2022-xx-xx
- Minimum supported Rust version (MSRV) is now 1.49.


## 3.0.0 - 2021-04-16
Expand Down
3 changes: 2 additions & 1 deletion bytestring/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Changes

## Unreleased - 2021-xx-xx
## Unreleased - 2022-xx-xx
- Minimum supported Rust version (MSRV) is now 1.49.


## 1.0.0 - 2020-12-31
Expand Down
3 changes: 2 additions & 1 deletion local-channel/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Changes

## Unreleased - 2021-xx-xx
## Unreleased - 2022-xx-xx
- Minimum supported Rust version (MSRV) is now 1.49.


## 0.1.2 - 2021-04-01
Expand Down
3 changes: 2 additions & 1 deletion local-waker/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Changes

## Unreleased - 2021-xx-xx
## Unreleased - 2022-xx-xx
- Minimum supported Rust version (MSRV) is now 1.49.


## 0.1.2 - 2021-12-18
Expand Down

0 comments on commit 41ed482

Please sign in to comment.