File tree 16 files changed +25
-8
lines changed
16 files changed +25
-8
lines changed Original file line number Diff line number Diff line change 85
85
86
86
- name : tests
87
87
if : matrix.target.os != 'ubuntu-latest'
88
- run : just test-code
88
+ run : just test
89
89
- name : tests
90
90
if : matrix.target.os == 'ubuntu-latest'
91
91
run : >-
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ members = [
17
17
[workspace .package ]
18
18
license = " MIT OR Apache-2.0"
19
19
edition = " 2021"
20
- rust-version = " 1.65 "
20
+ rust-version = " 1.70 "
21
21
22
22
[patch .crates-io ]
23
23
actix-codec = { path = " actix-codec" }
Original file line number Diff line number Diff line change 2
2
3
3
## Unreleased
4
4
5
+ - Minimum supported Rust version (MSRV) is now 1.70.
6
+
5
7
## 0.5.2
6
8
7
9
- Minimum supported Rust version (MSRV) is now 1.65.
Original file line number Diff line number Diff line change 2
2
3
3
## Unreleased
4
4
5
+ - Minimum supported Rust version (MSRV) is now 1.70.
6
+
5
7
## 0.2.4
6
8
7
9
- Update ` syn ` dependency to ` 2 ` .
Original file line number Diff line number Diff line change @@ -33,5 +33,6 @@ proc-macro2 = "1.0.60"
33
33
actix-rt = " 2"
34
34
35
35
futures-util = { version = " 0.3.17" , default-features = false }
36
- rustversion = " 1"
36
+ # rustversion = "1"
37
+ rustversion = { path = " /Users/rob/Development/forks/rustversion" }
37
38
trybuild = " 1"
Original file line number Diff line number Diff line change 1
- #[ rustversion:: stable( 1.65 ) ] // MSRV
1
+ #[ rustversion:: stable( 1.70 ) ] // MSRV
2
2
#[ test]
3
3
fn compile_macros ( ) {
4
4
let t = trybuild:: TestCases :: new ( ) ;
Original file line number Diff line number Diff line change 2
2
3
3
## Unreleased
4
4
5
+ - Minimum supported Rust version (MSRV) is now 1.70.
6
+
5
7
## 2.9.0
6
8
7
9
- Add ` actix_rt::System::runtime() ` method to retrieve the underlying ` actix_rt::Runtime ` runtime.
Original file line number Diff line number Diff line change 2
2
3
3
## Unreleased
4
4
5
+ - Minimum supported Rust version (MSRV) is now 1.70.
6
+
5
7
## 2.3.0
6
8
7
9
- Add support for MultiPath TCP (MPTCP) with ` MpTcp ` enum and ` ServerBuilder::mptcp() ` method.
Original file line number Diff line number Diff line change 2
2
3
3
## Unreleased
4
4
5
- - Minimum supported Rust version (MSRV) is now 1.65 .
5
+ - Minimum supported Rust version (MSRV) is now 1.70 .
6
6
7
7
## 2.0.2
8
8
Original file line number Diff line number Diff line change 2
2
3
3
## Unreleased
4
4
5
+ - Minimum supported Rust version (MSRV) is now 1.70.
6
+
5
7
## 3.3.0
6
8
7
9
- Add ` rustls-0_22 ` create feature which excludes any root certificate methods or re-exports.
Original file line number Diff line number Diff line change 2
2
3
3
## Unreleased
4
4
5
- - Minimum supported Rust version (MSRV) is now 1.65 .
5
+ - Minimum supported Rust version (MSRV) is now 1.70 .
6
6
7
7
## 0.1.0
8
8
Original file line number Diff line number Diff line change 2
2
3
3
## Unreleased
4
4
5
- - Minimum supported Rust version (MSRV) is now 1.65 .
5
+ - Minimum supported Rust version (MSRV) is now 1.70 .
6
6
7
7
## 3.0.1
8
8
Original file line number Diff line number Diff line change 2
2
3
3
## Unreleased
4
4
5
+ - Minimum supported Rust version (MSRV) is now 1.70.
6
+
5
7
## 1.3.1
6
8
7
9
- No significant changes since ` 1.3.0 ` .
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ downgrade-for-msrv:
14
14
15
15
msrv := ```
16
16
cargo metadata --format-version=1 \
17
- | jq -r ' first(.packages[] | . name = "actix-tls") | .rust_version'
17
+ | jq -r ' first(.packages[] | select(.source == null and . name == "actix-tls") ) | .rust_version'
18
18
```
19
19
msrv_full := msrv + " .0" # comment out if the MSRV has a patch version specified
20
20
msrv_rustup := " +" + msrv_full
Original file line number Diff line number Diff line change 2
2
3
3
## Unreleased
4
4
5
+ - Minimum supported Rust version (MSRV) is now 1.70.
6
+
5
7
## 0.1.5
6
8
7
9
- No significant changes since ` 0.1.4 ` .
Original file line number Diff line number Diff line change 2
2
3
3
## Unreleased
4
4
5
+ - Minimum supported Rust version (MSRV) is now 1.70.
6
+
5
7
## 0.1.4
6
8
7
9
- Minimum supported Rust version (MSRV) is now 1.65.
You can’t perform that action at this time.
0 commit comments