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:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
rust: ["1.67", stable]
|
||||
rust: ["1.71", stable]
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: dtolnay/rust-toolchain@master
|
||||
|
|
|
@ -3,8 +3,8 @@ name = "irc"
|
|||
version = "1.0.0"
|
||||
authors = ["Aaron Weiss <aweiss@hey.com>"]
|
||||
edition = "2018"
|
||||
rust-version = "1.67"
|
||||
description = "the irc crate – usable, async IRC for Rust "
|
||||
rust-version = "1.71"
|
||||
description = "the irc crate – usable, async IRC for Rust"
|
||||
documentation = "https://docs.rs/irc/"
|
||||
readme = "README.md"
|
||||
repository = "https://github.com/aatxe/irc"
|
||||
|
|
Loading…
Reference in a new issue