Skip to content

Commit

Permalink
bump MSRV to 1.63.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Nugine committed Nov 17, 2024
1 parent 44d3f36 commit 4feacba
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
fail-fast: false
matrix:
toolchain:
- 1.60.0 # MSRV
- 1.63.0 # MSRV
- stable
- nightly
steps:
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Toolchain

+ [Rust 1.60.0 or newer](https://rustup.rs/)
+ [Rust 1.63.0 or newer](https://rustup.rs/)
+ [just](https://github.com/casey/just)

Get the source code
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ readme = "README.md"
keywords = ["rlimit", "unix", "syscall"]
categories = ["os::unix-apis"]
documentation = "https://docs.rs/rlimit"
rust-version = "1.60.0"
rust-version = "1.63.0"

[package.metadata.docs.rs]
all-features = true
Expand Down

0 comments on commit 4feacba

Please sign in to comment.