bump minimum supported rust version to 1.71
Some checks are pending
CI / test (1.71) (push) Waiting to run
CI / test (stable) (push) Waiting to run
CI / rustfmt (push) Waiting to run

This commit is contained in:
Aaron Weiss 2024-03-18 16:43:36 -07:00
parent b45c5fa88d
commit 3b9ab628fd
No known key found for this signature in database
GPG key ID: A932353BB65E4960
2 changed files with 3 additions and 3 deletions

View file

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

View file

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