diff options
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | Cargo.lock | 2 | ||||
| -rw-r--r-- | Cargo.toml | 2 |
3 files changed, 3 insertions, 2 deletions
@@ -3,3 +3,4 @@ /deploy/vendor /config.debug.toml /.direnv +/result @@ -150,7 +150,7 @@ checksum = "b35204fbdc0b3f4446b89fc1ac2cf84a8a68971995d0bf2e925ec7cd960f9cb3" [[package]] name = "catinator" -version = "1.7.1" +version = "1.8.0" dependencies = [ "anyhow", "async-trait", @@ -1,6 +1,6 @@ [package] name = "catinator" -version = "1.7.1" +version = "1.8.0" authors = ["Max Audron <audron@cocaine.farm>"] edition = "2018" |
