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"