Skip to content

Commit

Permalink
updated msrv to 1.58.1
Browse files Browse the repository at this point in the history
  • Loading branch information
skewballfox authored and jfrimmel committed Sep 20, 2024
1 parent b16eb06 commit 8acdfd4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .clippy.toml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
msrv = "1.51.0"
msrv = "1.58.1"
2 changes: 1 addition & 1 deletion .github/workflows/msrv.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
pull_request:
env:
CARGO_TERM_COLOR: always
MSRV: "1.51"
MSRV: "1.58.1"
jobs:
# Build and test the tool with the Minimum Supported Rust Version
msrv:
Expand Down

0 comments on commit 8acdfd4

Please sign in to comment.