File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 13
13
- name : Install toolchain
14
14
uses : dtolnay/rust-toolchain@master
15
15
with :
16
- toolchain : 1.70 .0
16
+ toolchain : 1.75 .0
17
17
18
18
- name : Cache
19
19
uses : Swatinem/rust-cache@v2
31
31
- name : Install toolchain
32
32
uses : dtolnay/rust-toolchain@master
33
33
with :
34
- toolchain : 1.70 .0
34
+ toolchain : 1.75 .0
35
35
36
36
- name : Cache
37
37
uses : Swatinem/rust-cache@v2
50
50
- name : Install toolchain
51
51
uses : dtolnay/rust-toolchain@master
52
52
with :
53
- toolchain : 1.70 .0
53
+ toolchain : 1.75 .0
54
54
components : rustfmt
55
55
56
56
- name : Run cargo fmt
68
68
- name : Install toolchain
69
69
uses : dtolnay/rust-toolchain@master
70
70
with :
71
- toolchain : 1.70 .0
71
+ toolchain : 1.75 .0
72
72
components : clippy
73
73
74
74
- name : Cache
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ more usage information.
58
58
59
59
## MSRV
60
60
61
- We currently support Rust 1.70 .0 and newer.
61
+ We currently support Rust 1.75 .0 and newer.
62
62
63
63
64
64
## License
You can’t perform that action at this time.
0 commit comments