diff options
| author | Max Audron <audron@cocaine.farm> | 2021-09-07 14:07:58 +0200 |
|---|---|---|
| committer | Max Audron <audron@cocaine.farm> | 2021-09-07 14:07:58 +0200 |
| commit | 5bfe086d623daab8b66faec1c2b5740cdc6bc42e (patch) | |
| tree | 4411471993308a24d62bfbc126fed2b81a46a329 | |
| parent | remove test channel from prod config (diff) | |
release 1.4.0
* log errors in sed module
* compile with stable rust
* handle CTCP ACTION messages in sed module
* add about command
| -rw-r--r-- | Cargo.lock | 2 | ||||
| -rw-r--r-- | Cargo.toml | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -73,7 +73,7 @@ checksum = "b700ce4376041dcd0a327fd0097c41095743c4c8af8887265942faf1100bd040" [[package]] name = "catinator" -version = "1.3.0" +version = "1.4.0" dependencies = [ "anyhow", "base64", @@ -1,6 +1,6 @@ [package] name = "catinator" -version = "1.3.0" +version = "1.4.0" authors = ["Max Audron <audron@cocaine.farm>"] edition = "2018" |
