bump rust version to 1.67 since our dependencies require that
This commit is contained in:
parent
8013504bbf
commit
0e5186420a
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ name = "irc"
|
||||||
version = "0.15.0"
|
version = "0.15.0"
|
||||||
authors = ["Aaron Weiss <aweiss@hey.com>"]
|
authors = ["Aaron Weiss <aweiss@hey.com>"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
rust-version = "1.60"
|
rust-version = "1.67"
|
||||||
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"
|
||||||
|
|
Loading…
Reference in a new issue