File tree Expand file tree Collapse file tree 3 files changed +11
-11
lines changed Expand file tree Collapse file tree 3 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 4141 - uses : dtolnay/rust-toolchain@master
4242 with :
4343 components : cargo
44- toolchain : 1.88 .0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
44+ toolchain : 1.89 .0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
4545 - name : Check out ci repo
4646 uses : actions/checkout@v4
4747 with :
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.88 .0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
27+ toolchain : 1.89 .0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
2828 task : make -f Makefile fmt-ci
2929 - components : clippy
30- toolchain : 1.88 .0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
30+ toolchain : 1.89 .0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
3131 task : make -f Makefile clippy
3232 - components : cargo
33- toolchain : 1.88 .0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
33+ toolchain : 1.89 .0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
3434 task : make -f Makefile build
3535 - components : cargo
36- toolchain : 1.88 .0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
36+ toolchain : 1.89 .0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
3737 task : make -f Makefile docs
3838 - components : cargo
39- toolchain : 1.88 .0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
39+ toolchain : 1.89 .0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
4040 task : make -f Makefile check-typos
4141 runs-on : ubuntu-22.04
4242 steps :
6060 matrix :
6161 include :
6262 - toolchain : 1.74.0 # LOWEST SUPPORTED RUST TOOLCHAIN
63- - toolchain : 1.88 .0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
63+ - toolchain : 1.89 .0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
6464 runs-on : ubuntu-22.04
6565 steps :
6666 - uses : actions/checkout@v4
Original file line number Diff line number Diff line change 1616 matrix :
1717 include :
1818 - components : cargo
19- toolchain : 1.88 .0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
19+ toolchain : 1.89 .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.
6262 - uses : dtolnay/rust-toolchain@master
6363 with :
6464 components : cargo
65- toolchain : 1.88 .0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
65+ toolchain : 1.89 .0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
6666 - name : Check out ci repo
6767 uses : actions/checkout@v4
6868 with :
@@ -97,10 +97,10 @@ jobs:
9797 uses : obi1kenobi/cargo-semver-checks-action@v2
9898 with :
9999 verbose : true
100- rust-toolchain : 1.88 .0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
100+ rust-toolchain : 1.89 .0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
101101 manifest-path : devicemapper-rs-sys
102102 - name : Do semantic version checks
103103 uses : obi1kenobi/cargo-semver-checks-action@v2
104104 with :
105105 verbose : true
106- rust-toolchain : 1.88 .0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
106+ rust-toolchain : 1.89 .0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
You can’t perform that action at this time.
0 commit comments