Commit 1af9289 1 parent 04f7967 commit 1af9289 Copy full SHA for 1af9289
File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 52
52
uses : actions-rs/toolchain@v1
53
53
with :
54
54
profile : minimal
55
- toolchain : default
55
+ toolchain : stable
56
56
57
57
- uses : Swatinem/rust-cache@v1 # use /rust/cargo caching
58
58
70
70
uses : actions-rs/toolchain@v1
71
71
with :
72
72
profile : minimal
73
- toolchain : default
73
+ toolchain : stable
74
74
75
75
- uses : Swatinem/rust-cache@v1 # use /rust/cargo caching
76
76
88
88
uses : actions-rs/toolchain@v1
89
89
with :
90
90
profile : minimal
91
- toolchain : default
91
+ toolchain : stable
92
92
93
93
- uses : Swatinem/rust-cache@v1 # use /rust/cargo caching
94
94
@@ -109,7 +109,7 @@ jobs:
109
109
uses : actions-rs/toolchain@v1
110
110
with :
111
111
profile : default
112
- toolchain : default
112
+ toolchain : stable
113
113
114
114
- name : Prepare build environment
115
115
run : |
You can’t perform that action at this time.
0 commit comments