File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 9
9
- uses : actions-rs/toolchain@v1
10
10
with :
11
11
components : rustfmt
12
- toolchain : nightly
12
+ toolchain : stable
13
13
profile : minimal
14
14
override : true
15
15
- uses : actions-rs/cargo@v1
25
25
- uses : actions-rs/toolchain@v1
26
26
with :
27
27
components : clippy
28
- toolchain : nightly
28
+ toolchain : stable
29
29
profile : minimal
30
30
override : true
31
31
- uses : actions-rs/cargo@v1
40
40
- uses : actions/checkout@v2
41
41
- uses : actions-rs/toolchain@v1
42
42
with :
43
- toolchain : nightly
43
+ toolchain : stable
44
44
profile : minimal
45
45
override : true
46
46
- run : cargo install cargo-readme
Original file line number Diff line number Diff line change 18
18
fail-fast : false
19
19
matrix :
20
20
toolchain :
21
+ - 1.56.0
22
+ - stable
23
+ - beta
21
24
- nightly
22
25
crates :
23
26
- {name: ciborium-ll}
You can’t perform that action at this time.
0 commit comments