From 1ab8f57579688c0f25661332d569f97fa2d4f58f Mon Sep 17 00:00:00 2001 From: Yash Karandikar Date: Tue, 16 Nov 2021 15:20:10 -0600 Subject: [PATCH] Bump version number --- Cargo.lock | 2 +- Cargo.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 177eafa..269b208 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -28,7 +28,7 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "circe" -version = "0.1.3" +version = "0.1.4" dependencies = [ "native-tls", "serde", diff --git a/Cargo.toml b/Cargo.toml index 5fde313..c36d37d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,8 +1,8 @@ [package] authors = ["famfo", "karx"] name = "circe" -version = "0.1.3" -edition = "2021" +version = "0.1.4" +edition = "2018" license = "Unlicense" description = "IRC crate in Rust" repository = "https://git.karx.xyz/circe.git"