diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 9898208..4283838 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -26,7 +26,7 @@ jobs: - uses: actions-rs/toolchain@v1 with: components: clippy - toolchain: 1.70.0 + toolchain: 1.74 profile: minimal override: true - uses: actions-rs/cargo@v1 diff --git a/Cargo.toml b/Cargo.toml index 06ba2c3..96ea566 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ description = "Navigation utility for AMD SEV-SNP guest environment" readme = "README.md" keywords = ["amd", "sev", "sev-snp", "snp"] exclude = [ ".gitignore", ".github/*" ] -rust-version = "1.70" +rust-version = "1.74" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html