sorryt 1.6
This commit is contained in:
parent
c788da2db6
commit
3132d901cb
2 changed files with 2 additions and 2 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -18,7 +18,7 @@ jobs:
|
||||||
rust:
|
rust:
|
||||||
- stable
|
- stable
|
||||||
- beta
|
- beta
|
||||||
- 1.60.0 # MSRV from Cargo.toml
|
- 1.63.0 # MSRV from Cargo.toml
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- uses: dtolnay/rust-toolchain@master
|
- uses: dtolnay/rust-toolchain@master
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@ authors = [
|
||||||
"Brandon Williams <bwilliams.eng@gmail.com>",
|
"Brandon Williams <bwilliams.eng@gmail.com>",
|
||||||
]
|
]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
rust-version = "1.60"
|
rust-version = "1.63"
|
||||||
license = "Apache-2.0"
|
license = "Apache-2.0"
|
||||||
description = "A diff library for Rust (fork of similar)"
|
description = "A diff library for Rust (fork of similar)"
|
||||||
repository = "https://github.com/barrett-ruth/likewise"
|
repository = "https://github.com/barrett-ruth/likewise"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue