Commit 52b3b18 Daniel Bloom
committed
1 parent 30d4c15 commit 52b3b18 Copy full SHA for 52b3b18
File tree 2 files changed +6
-7
lines changed
2 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 1
1
on :
2
2
push :
3
- branches : [ master ]
3
+ branches : [master]
4
4
pull_request :
5
- branches : [ master ]
5
+ branches : [master]
6
6
7
7
name : Continuous integration
8
8
@@ -17,12 +17,12 @@ jobs:
17
17
strategy :
18
18
matrix :
19
19
include :
20
- - rust : 1.51 .0 # MSRV
20
+ - rust : 1.83 .0 # MSRV
21
21
features : serde
22
22
experimental : false
23
23
# doctest of `ArrayVec::spare_capacity_mut` has MSRV 1.55
24
24
test-args : --skip spare_capacity_mut
25
- - rust : 1.70 .0
25
+ - rust : 1.84 .0
26
26
features : serde
27
27
experimental : false
28
28
- rust : stable
42
42
with :
43
43
toolchain : ${{ matrix.rust }}
44
44
- name : Pin versions for MSRV
45
- if : " ${{ matrix.rust == '1.51 .0' }}"
45
+ if : " ${{ matrix.rust == '1.83 .0' }}"
46
46
run : |
47
47
cargo update -p serde_test --precise 1.0.163
48
48
cargo update -p serde --precise 1.0.69
80
80
run : |
81
81
cargo rustc "--target=${{ matrix.target }}" --no-default-features --features "${{ matrix.features }}"
82
82
83
-
84
83
miri :
85
84
runs-on : ubuntu-latest
86
85
steps :
Original file line number Diff line number Diff line change 17
17
//!
18
18
//! ## Rust Version
19
19
//!
20
- //! This version of arrayvec requires Rust 1.51 or later.
20
+ //! This version of arrayvec requires Rust 1.83 or later.
21
21
//!
22
22
#![ doc( html_root_url="https://docs.rs/arrayvec/0.7/" ) ]
23
23
#![ cfg_attr( not( feature="std" ) , no_std) ]
You can’t perform that action at this time.
0 commit comments