diff options
| -rw-r--r-- | Cargo.lock | 2 | ||||
| -rw-r--r-- | Cargo.toml | 3 |
2 files changed, 2 insertions, 3 deletions
@@ -133,7 +133,7 @@ checksum = "b700ce4376041dcd0a327fd0097c41095743c4c8af8887265942faf1100bd040" [[package]] name = "catinator" -version = "1.6.1" +version = "1.6.2" dependencies = [ "anyhow", "async-trait", @@ -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" |
