sorryt 1.6

This commit is contained in:
Barrett Ruth 2025-09-11 14:06:48 -05:00
parent c788da2db6
commit 3132d901cb
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -8,7 +8,7 @@ authors = [
"Brandon Williams <bwilliams.eng@gmail.com>",
]
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"