Increase required rust version

radix-heap uses macros for built-in arguments, which was added in Rust
1.54:
https://github.com/rust-lang/rust/blob/master/RELEASES.md#version-1540-2021-07-29
pull/70/head
Wilfred Hughes 2021-10-30 12:46:42 +07:00
parent 1f39284127
commit a87882c0a3
3 changed files with 6 additions and 6 deletions

@ -11,7 +11,7 @@ jobs:
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: 1.46.0
toolchain: 1.54.0
override: true
- uses: actions-rs/cargo@v1
with:
@ -25,7 +25,7 @@ jobs:
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: 1.46.0
toolchain: 1.54.0
override: true
- uses: actions-rs/cargo@v1
with:
@ -39,7 +39,7 @@ jobs:
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: 1.46.0
toolchain: 1.54.0
override: true
- uses: actions-rs/cargo@v1
with:
@ -54,7 +54,7 @@ jobs:
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: 1.46.0
toolchain: 1.54.0
override: true
- run: rustup component add rustfmt
- uses: actions-rs/cargo@v1

@ -9,7 +9,7 @@ authors = ["Wilfred Hughes <me@wilfred.me.uk>"]
keywords = ["diff", "syntax"]
categories = ["development-tools", "command-line-utilities", "parser-implementations"]
edition = "2018"
rust-version = "1.46.0"
rust-version = "1.54.0"
include = [
"/build.rs",
"/src/",

@ -4,7 +4,7 @@
The latest version of difftastic is [available on
crates.io](https://crates.io/crates/difftastic). You can install it
with Cargo. Difftastic requires Rust 1.46 or later.
with Cargo. Difftastic requires Rust 1.54 or later.
```
$ cargo install difftastic