bump rust version to 1.67 since our dependencies require that

This commit is contained in:
Aaron Weiss 2024-03-18 16:23:57 -07:00
parent 8013504bbf
commit 0e5186420a
No known key found for this signature in database
GPG key ID: A932353BB65E4960

View file

@ -3,7 +3,7 @@ name = "irc"
version = "0.15.0"
authors = ["Aaron Weiss <aweiss@hey.com>"]
edition = "2018"
rust-version = "1.60"
rust-version = "1.67"
description = "the irc crate usable, async IRC for Rust "
documentation = "https://docs.rs/irc/"
readme = "README.md"