We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 703a0ef commit 14755dfCopy full SHA for 14755df
.github/workflows/ci.yaml
@@ -24,8 +24,8 @@ jobs:
24
runs-on: ubuntu-latest
25
steps:
26
- uses: actions/checkout@v5
27
- - run: rustup toolchain install 1.81 --profile minimal --no-self-update
28
- - run: rustup default 1.81
+ - run: rustup toolchain install 1.85 --profile minimal --no-self-update
+ - run: rustup default 1.85
29
- uses: Swatinem/rust-cache@v2
30
- run: rustc --version
31
- run: cargo check
Cargo.toml
@@ -14,7 +14,7 @@ resolver = "2"
14
edition = "2021"
15
license = "MIT OR Apache-2.0"
16
repository = "https://github.com/google/authenticode-rs"
17
-rust-version = "1.81"
+rust-version = "1.85"
18
version = "0.4.3"
19
20
[workspace.dependencies]
0 commit comments