Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .clippy.toml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
msrv = "1.36.0"
msrv = "1.44.0"
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
msrv:
strategy:
matrix:
rust-version: [1.36.0]
rust-version: [1.44.0]
runs-on: ubuntu-latest
steps:
- name: Clone Git repository
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ You might have to adapt the `--target` option to your system (see e.g. `rustup s
Minimum Supported `rustc` Version
---------------------------------

This crate's minimum supported `rustc` version (MSRV) is `1.36.0`.
This crate's minimum supported `rustc` version (MSRV) is `1.44.0`.
The MSRV is not expected to be updated frequently, but if it is,
there will be (at least) a *minor* version bump.

Expand Down
Loading