File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed
Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 3838 - uses : dtolnay/rust-toolchain@master
3939 with :
4040 components : cargo
41- toolchain : 1.72 .0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
41+ toolchain : 1.73 .0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
4242 - name : Check out ci repo
4343 run : git clone https://github.com/stratis-storage/ci.git
4444 - name : Run comparisons of version specs with available Fedora packages
Original file line number Diff line number Diff line change @@ -24,19 +24,19 @@ jobs:
2424 matrix :
2525 include :
2626 - components : rustfmt
27- toolchain : 1.72 .0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
27+ toolchain : 1.73 .0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
2828 task : make -f Makefile fmt-ci
2929 - components : clippy
30- toolchain : 1.72 .0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
30+ toolchain : 1.73 .0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
3131 task : make -f Makefile clippy
3232 - components : cargo
33- toolchain : 1.72 .0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
33+ toolchain : 1.73 .0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
3434 task : make -f Makefile build
3535 - components : cargo
36- toolchain : 1.72 .0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
36+ toolchain : 1.73 .0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
3737 task : make -f Makefile docs
3838 - components : cargo
39- toolchain : 1.72 .0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
39+ toolchain : 1.73 .0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
4040 task : make -f Makefile check-typos
4141 runs-on : ubuntu-20.04
4242 steps :
6060 matrix :
6161 include :
6262 - toolchain : 1.71.1 # LOWEST SUPPORTED RUST TOOLCHAIN
63- - toolchain : 1.72 .0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
63+ - toolchain : 1.73 .0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
6464 runs-on : ubuntu-20.04
6565 steps :
6666 - uses : actions/checkout@v3
Original file line number Diff line number Diff line change 1616 matrix :
1717 include :
1818 - components : cargo
19- toolchain : 1.72 .0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
19+ toolchain : 1.73 .0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
2020 task : make -f Makefile audit
2121 # Allowed because a failure may occur after a new Rust stable
2222 # version is released.
5959 - uses : dtolnay/rust-toolchain@master
6060 with :
6161 components : cargo
62- toolchain : 1.72 .0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
62+ toolchain : 1.73 .0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
6363 - name : Check out ci repo
6464 run : git clone https://github.com/stratis-storage/ci.git
6565 - name : Run comparisons of version specs with available Fedora packages
You can’t perform that action at this time.
0 commit comments