File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 47
47
# Test both windows-gnu and windows-msvc; use beta rust on one
48
48
- os : ubuntu-latest
49
49
target : x86_64-unknown-linux-gnu
50
- toolchain : 1.36 .0 # MSRV
50
+ toolchain : 1.38 .0 # MSRV
51
51
- os : ubuntu-latest
52
52
deps : sudo apt-get update ; sudo apt install gcc-multilib
53
53
target : i686-unknown-linux-gnu
@@ -85,13 +85,13 @@ jobs:
85
85
cargo test --target ${{ matrix.target }} --lib --tests --no-default-features --features=alloc,getrandom,small_rng
86
86
cargo test --target ${{ matrix.target }} --examples
87
87
- name : Test rand (all stable features, non-MSRV)
88
- if : ${{ matrix.toolchain != '1.36 .0' }}
88
+ if : ${{ matrix.toolchain != '1.38 .0' }}
89
89
run : |
90
90
cargo test --target ${{ matrix.target }} --features=serde1,log,small_rng,min_const_gen
91
91
- name : Test rand (all stable features, MSRV)
92
- if : ${{ matrix.toolchain == '1.36 .0' }}
92
+ if : ${{ matrix.toolchain == '1.38 .0' }}
93
93
run : |
94
- # const generics are not stable on 1.36 .0
94
+ # const generics are not stable on 1.38 .0
95
95
cargo test --target ${{ matrix.target }} --features=serde1,log,small_rng
96
96
- name : Test rand_core
97
97
run : |
You can’t perform that action at this time.
0 commit comments