bump minimum supported rust version to 1.71
This commit is contained in:
parent
b45c5fa88d
commit
3b9ab628fd
2 changed files with 3 additions and 3 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -12,7 +12,7 @@ jobs:
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
rust: ["1.67", stable]
|
rust: ["1.71", stable]
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- uses: dtolnay/rust-toolchain@master
|
- uses: dtolnay/rust-toolchain@master
|
||||||
|
|
|
@ -3,8 +3,8 @@ name = "irc"
|
||||||
version = "1.0.0"
|
version = "1.0.0"
|
||||||
authors = ["Aaron Weiss <aweiss@hey.com>"]
|
authors = ["Aaron Weiss <aweiss@hey.com>"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
rust-version = "1.67"
|
rust-version = "1.71"
|
||||||
description = "the irc crate – usable, async IRC for Rust "
|
description = "the irc crate – usable, async IRC for Rust"
|
||||||
documentation = "https://docs.rs/irc/"
|
documentation = "https://docs.rs/irc/"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
repository = "https://github.com/aatxe/irc"
|
repository = "https://github.com/aatxe/irc"
|
||||||
|
|
Loading…
Reference in a new issue