From facb424d9cadad7d9e6f60b1354830751242a735 Mon Sep 17 00:00:00 2001 From: Matt Brubeck Date: Thu, 19 Dec 2024 12:48:24 -0800 Subject: [PATCH] Increase rust-version to 1.63 --- .github/workflows/tests.yaml | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 05162c4..c34bd59 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -10,7 +10,7 @@ jobs: matrix: rust: - stable - - 1.60.0 + - 1.63.0 steps: - uses: r7kamura/rust-problem-matchers@v1 diff --git a/Cargo.toml b/Cargo.toml index 47e829f..cf5d16e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ readme = "README.md" keywords = ["no_std", "ord", "f64", "f32", "sort"] categories = ["science", "rust-patterns", "no-std"] edition = "2021" -rust-version = "1.60" +rust-version = "1.63" [dependencies] arbitrary = { version = "1.0.0", optional = true }