Skip to content

Commit

Permalink
chore: bump MSRV to 1.77.0
Browse files Browse the repository at this point in the history
  • Loading branch information
plusvic committed Sep 26, 2024
1 parent eec5997 commit 5e040eb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/code_health.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@1.76.0
- uses: dtolnay/rust-toolchain@1.77.0
with:
components: clippy
- run: cargo clippy --tests --no-deps -- --deny clippy::all
Expand All @@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@1.76.0
- uses: dtolnay/rust-toolchain@1.77.0
with:
components: rustfmt
- run: cargo fmt --all --check
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
include:
- build: msrv
os: ubuntu-latest
rust: 1.76.0
rust: 1.77.0
args: "--features=magic-module"
rust_flags: "-Awarnings"
experimental: false
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ keywords = ["pattern-matching", "cybersecurity", "forensics", "malware", "yara"]
# .github/workflows/tests.yaml
# .github/workflows/code_health.yaml
#
rust-version = "1.76.0"
rust-version = "1.77.0"

[workspace]
members = [
Expand Down

0 comments on commit 5e040eb

Please sign in to comment.