File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -19,12 +19,10 @@ name: CI
1919jobs :
2020 msrv :
2121 runs-on : ubuntu-latest
22- env :
23- CARGO_REGISTRIES_CRATES_IO_PROTOCOL : sparse
2422 steps :
2523 - uses : actions/checkout@v4
26- - run : rustup toolchain install 1.74 --profile minimal --no-self-update
27- - run : rustup default 1.74
24+ - run : rustup toolchain install 1.81 --profile minimal --no-self-update
25+ - run : rustup default 1.81
2826 - uses : Swatinem/rust-cache@v2
2927 - run : rustc --version
3028 - run : cargo check
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ resolver = "2"
1414edition = " 2021"
1515license = " MIT OR Apache-2.0"
1616repository = " https://github.com/google/authenticode-rs"
17- rust-version = " 1.74 "
17+ rust-version = " 1.81 "
1818version = " 0.4.3"
1919
2020[workspace .dependencies ]
You can’t perform that action at this time.
0 commit comments