From 0e5186420aaa646fcfc564a76d7dd1a310ccb9d2 Mon Sep 17 00:00:00 2001 From: Aaron Weiss Date: Mon, 18 Mar 2024 16:23:57 -0700 Subject: [PATCH] bump rust version to 1.67 since our dependencies require that --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e491bdd..a1ce3af 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "irc" version = "0.15.0" authors = ["Aaron Weiss "] 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"