From b45c5fa88daa21faac7ce00db2cf78d9d228f734 Mon Sep 17 00:00:00 2001 From: Aaron Weiss Date: Mon, 18 Mar 2024 16:34:00 -0700 Subject: [PATCH] bump version to 1.0 --- Cargo.toml | 4 ++-- irc-proto/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 490bd86..819cdeb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "irc" -version = "0.15.0" +version = "1.0.0" authors = ["Aaron Weiss "] edition = "2018" rust-version = "1.67" @@ -45,7 +45,7 @@ tls-rust = ["tokio-rustls", "webpki-roots", "rustls-pemfile"] chrono = { version = "0.4.24", default-features = false, features = ["clock", "std"] } encoding = "0.2.33" futures-util = { version = "0.3.30", default-features = false, features = ["alloc", "sink"] } -irc-proto = { version = "0.15.0", path = "irc-proto" } +irc-proto = { version = "1.0.0", path = "irc-proto" } log = "0.4.21" parking_lot = "0.12.1" thiserror = "1.0.58" diff --git a/irc-proto/Cargo.toml b/irc-proto/Cargo.toml index af4089a..be9c457 100644 --- a/irc-proto/Cargo.toml +++ b/irc-proto/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "irc-proto" -version = "0.15.0" +version = "1.0.0" authors = ["Aaron Weiss "] edition = "2018" rust-version = "1.60"