Skip to content

Commit f6e3b72

Browse files
committed
chore: bump MSRV to 1.89.
1 parent 653d290 commit f6e3b72

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/code_health.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
11-
- uses: dtolnay/rust-toolchain@1.88.0
11+
- uses: dtolnay/rust-toolchain@1.89.0
1212
with:
1313
components: clippy
1414
- run: cargo clippy --tests --no-deps -- --deny clippy::all
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-latest
1919
steps:
2020
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
21-
- uses: dtolnay/rust-toolchain@1.88.0
21+
- uses: dtolnay/rust-toolchain@1.89.0
2222
with:
2323
components: rustfmt
2424
- run: cargo fmt --all --check

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
include:
2929
- build: msrv
3030
os: ubuntu-latest
31-
rust: 1.88.0
31+
rust: 1.89.0
3232
target: x86_64-unknown-linux-gnu
3333
args: "--features=magic-module,rules-profiling"
3434
rust_flags: "-Awarnings"

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ keywords = ["pattern-matching", "cybersecurity", "forensics", "malware", "yara"]
1212
# .github/workflows/tests.yaml
1313
# .github/workflows/code_health.yaml
1414
#
15-
rust-version = "1.88.0"
15+
rust-version = "1.89.0"
1616

1717
[workspace]
1818
members = [

0 commit comments

Comments
 (0)