Skip to content

Commit

Permalink
Bump MSRV to 1.60.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SabrinaJewson committed Jan 10, 2025
1 parent ed8fa46 commit e7d1ff6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
{
"uses": "actions-rs/toolchain@v1",
"with": {
"toolchain": "1.56.0",
"toolchain": "1.60.0",
"override": true,
"profile": "minimal"
}
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "pin-list"
version = "0.1.1"
edition = "2021"
rust-version = "1.56.0"
rust-version = "1.60.0"
description = "A safe `Pin`-based intrusive doubly linked list"
repository = "https://github.com/SabrinaJewson/pin-list.rs"
license = "MIT"
Expand Down

0 comments on commit e7d1ff6

Please sign in to comment.