Skip to content

Commit

Permalink
chore: bump msrv to latest stable
Browse files Browse the repository at this point in the history
Signed-off-by: Lachezar Lechev <[email protected]>
  • Loading branch information
elpiel committed Feb 27, 2025
1 parent 96eb61a commit 0b701d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/msrv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ concurrency:
cancel-in-progress: true

env:
RUST_MSRV_VERSION: '1.71'
RUST_MSRV_VERSION: '1.85'

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ authors = ["Smart Code OOD"]
edition = "2021"

# When upgrading MSRV make sure to update the msrv.yaml workflow
rust-version = "1.71"
rust-version = "1.85"

[profile.release]
lto = true
Expand Down

0 comments on commit 0b701d1

Please sign in to comment.