From 3132d901cb2380e5e3da90cfe991e68efd10f1dd Mon Sep 17 00:00:00 2001 From: Barrett Ruth Date: Thu, 11 Sep 2025 14:06:48 -0500 Subject: [PATCH] sorryt 1.6 --- .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 00dc317..5f352ae 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: rust: - stable - beta - - 1.60.0 # MSRV from Cargo.toml + - 1.63.0 # MSRV from Cargo.toml steps: - uses: actions/checkout@v4 - uses: dtolnay/rust-toolchain@master diff --git a/Cargo.toml b/Cargo.toml index 37afbaa..bce7216 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ authors = [ "Brandon Williams ", ] edition = "2018" -rust-version = "1.60" +rust-version = "1.63" license = "Apache-2.0" description = "A diff library for Rust (fork of similar)" repository = "https://github.com/barrett-ruth/likewise"