@ -11,7 +11,7 @@ jobs:
- uses : actions-rs/toolchain@v1
- uses : actions-rs/toolchain@v1
with:
with:
profile : minimal
profile : minimal
toolchain : stable
toolchain : 1.46 .0
override : true
override : true
- uses : actions-rs/cargo@v1
- uses : actions-rs/cargo@v1
with:
with:
@ -25,7 +25,7 @@ jobs:
- uses : actions-rs/toolchain@v1
- uses : actions-rs/toolchain@v1
with:
with:
profile : minimal
profile : minimal
toolchain : stable
toolchain : 1.46 .0
override : true
override : true
- uses : actions-rs/cargo@v1
- uses : actions-rs/cargo@v1
with:
with:
@ -39,11 +39,12 @@ jobs:
- uses : actions-rs/toolchain@v1
- uses : actions-rs/toolchain@v1
with:
with:
profile : minimal
profile : minimal
toolchain : stable
toolchain : 1.46 .0
override : true
override : true
- uses : actions-rs/cargo@v1
- uses : actions-rs/cargo@v1
with:
with:
command : package
command : package
args : --allow-dirty
fmt:
fmt:
name : Rustfmt
name : Rustfmt
@ -53,7 +54,7 @@ jobs:
- uses : actions-rs/toolchain@v1
- uses : actions-rs/toolchain@v1
with:
with:
profile : minimal
profile : minimal
toolchain : stable
toolchain : 1.46 .0
override : true
override : true
- run : rustup component add rustfmt
- run : rustup component add rustfmt
- uses : actions-rs/cargo@v1
- uses : actions-rs/cargo@v1