diff --git a/Cargo.lock b/Cargo.lock index af09ba2..973c260 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,7 +4,7 @@ version = 3 [[package]] name = "circe" -version = "0.1.0" +version = "0.1.1" dependencies = [ "serde", "serde_derive", diff --git a/Cargo.toml b/Cargo.toml index 6645a2d..0b14f86 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "circe" -version = "0.1.0" +version = "0.1.1" edition = "2021" license = "Unlicense" description = "IRC crate in Rust"