Skip to content

Commit 41ed482

Browse files
committed
bump lower msrv to 1.49
1 parent 7804ed1 commit 41ed482

File tree

12 files changed

+27
-16
lines changed

12 files changed

+27
-16
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -119,15 +119,15 @@ jobs:
119119
cargo-cache
120120
121121
build_and_test_lower_msrv:
122-
name: Linux / 1.46 (lower MSRV)
122+
name: Linux / 1.49 (lower MSRV)
123123
runs-on: ubuntu-latest
124124
steps:
125125
- uses: actions/checkout@v2
126126

127-
- name: Install 1.46.0 # MSRV for all but -server and -tls
127+
- name: Install 1.49.0 # MSRV for all but -server and -tls
128128
uses: actions-rs/toolchain@v1
129129
with:
130-
toolchain: 1.46.0-x86_64-unknown-linux-gnu
130+
toolchain: 1.49.0-x86_64-unknown-linux-gnu
131131
profile: minimal
132132
override: true
133133

@@ -149,7 +149,7 @@ jobs:
149149

150150
- name: tests
151151
run: |
152-
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"
152+
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"
153153
154154
- name: Clear the cargo caches
155155
run: |

actix-codec/CHANGES.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Changes
22

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

56

67
## 0.5.0 - 2022-02-15

actix-macros/CHANGES.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Changes
22

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

56

67
## 0.2.3 - 2021-10-19

actix-rt/CHANGES.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Changes
22

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

56

67
## 2.6.0 - 2022-01-12

actix-server/CHANGES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changes
22

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

66
[#443]: https://github.com/actix/actix-net/pull/443

actix-service/CHANGES.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Changes
22

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

56

67
## 2.0.2 - 2021-12-18

actix-tls/CHANGES.md

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

3-
## Unreleased - 2021-xx-xx
3+
## Unreleased - 2022-xx-xx
44

55

66
## 3.0.3 - 2022-02-15
@@ -132,7 +132,7 @@
132132
[#273]: https://github.com/actix/actix-net/pull/273
133133

134134

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

138138
[#204]: https://github.com/actix/actix-net/pull/204

actix-tracing/CHANGES.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changes
22

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

6+
7+
## 0.1.0 - 2020-01-15
58
- Initial release

actix-utils/CHANGES.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Changes
22

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

56

67
## 3.0.0 - 2021-04-16

bytestring/CHANGES.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Changes
22

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

56

67
## 1.0.0 - 2020-12-31

0 commit comments

Comments
 (0)