From e7d1ff601c72000e2e0a8eeb2eb09df9394480c2 Mon Sep 17 00:00:00 2001 From: SabrinaJewson Date: Fri, 10 Jan 2025 17:35:42 +0000 Subject: [PATCH] Bump MSRV to 1.60.0 --- .github/workflows/ci.yml | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b67b0c8..719cf7d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -46,7 +46,7 @@ { "uses": "actions-rs/toolchain@v1", "with": { - "toolchain": "1.56.0", + "toolchain": "1.60.0", "override": true, "profile": "minimal" } diff --git a/Cargo.toml b/Cargo.toml index 924b66a..3fab876 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"