File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 39
39
runs-on : ${{ matrix.os }}
40
40
strategy :
41
41
matrix :
42
- rust_release : ["1.59 ", stable, nightly]
42
+ rust_release : ["1.60 ", stable, nightly]
43
43
os : [ubuntu-latest, windows-latest, macOS-latest]
44
44
45
45
steps :
55
55
runs-on : ${{ matrix.os }}
56
56
strategy :
57
57
matrix :
58
- rust_release : ["1.59 ", stable, nightly]
58
+ rust_release : ["1.60 ", stable, nightly]
59
59
os : [ubuntu-latest, windows-latest, macOS-latest]
60
60
61
61
steps :
Original file line number Diff line number Diff line change 25
25
<a href="https://www.rust-lang.org/en-US/">
26
26
<img src="https://img.shields.io/badge/Made%20with-Rust-orange.svg" alt='Build with Rust' />
27
27
</a>
28
- <a href="https://blog.rust-lang.org/2021/10/21 /Rust-1.56 .0.html">
29
- <img src="https://img.shields.io/badge/rustc-1.56 +-yellow.svg" alt='Minimum Rust Version' />
28
+ <a href="https://blog.rust-lang.org/2022/04/07 /Rust-1.60 .0.html">
29
+ <img src="https://img.shields.io/badge/rustc-1.60 +-yellow.svg" alt='Minimum Rust Version: 1.60 ' />
30
30
</a>
31
31
</p >
32
32
Original file line number Diff line number Diff line change 25
25
<a href =" https://www.rust-lang.org/en-US/" >
26
26
<img src =" https://img.shields.io/badge/Made%20with-Rust-orange.svg" alt =' Build with Rust' />
27
27
</a >
28
- <a href =" https://blog.rust-lang.org/2021/10/21 /Rust-1.56 .0.html" >
29
- <img src =" https://img.shields.io/badge/rustc-1.56 +-yellow.svg" alt =' Minimum Rust Version' />
28
+ <a href =" https://blog.rust-lang.org/2022/04/07 /Rust-1.60 .0.html" >
29
+ <img src =" https://img.shields.io/badge/rustc-1.60 +-yellow.svg" alt =' Minimum Rust Version: 1.60 ' />
30
30
</a >
31
31
</p >
32
32
You can’t perform that action at this time.
0 commit comments