aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml3
2 files changed, 2 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock
index dd364d4..7d114b6 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -133,7 +133,7 @@ checksum = "b700ce4376041dcd0a327fd0097c41095743c4c8af8887265942faf1100bd040"
[[package]]
name = "catinator"
-version = "1.6.1"
+version = "1.6.2"
dependencies = [
"anyhow",
"async-trait",
diff --git a/Cargo.toml b/Cargo.toml
index 674efa1..f6d5064 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,11 +1,10 @@
[package]
name = "catinator"
-version = "1.6.1"
+version = "1.6.2"
authors = ["Max Audron <audron@cocaine.farm>"]
edition = "2018"
license = "ISC"
-license-file = "LICENSE"
description = "High Level IRC Bot library and instance"
homepage = "https://gitlab.com/cocainefarm/gnulag/catinator"
repository = "https://gitlab.com/cocainefarm/gnulag/catinator"