Skip to content

Commit

Permalink
bump minimum supported rust version to 1.71
Browse files Browse the repository at this point in the history
  • Loading branch information
aatxe committed Mar 18, 2024
1 parent b45c5fa commit 3b9ab62
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ name = "irc"
version = "1.0.0"
authors = ["Aaron Weiss <[email protected]>"]
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"
Expand Down

0 comments on commit 3b9ab62

Please sign in to comment.