diff options
| author | Ubuntu <github@matdoes.dev> | 2022-10-17 16:28:54 +0000 |
|---|---|---|
| committer | Ubuntu <github@matdoes.dev> | 2022-10-17 16:28:54 +0000 |
| commit | 45a48f264f37277387e5408511245bcf60b1b62a (patch) | |
| tree | 249f994eaa823ae1e906da12d0cead90b05dccc1 | |
| parent | ba5eb64520f2455d5fccc70b6fed4c794aca2c7f (diff) | |
| download | azalea-drasl-45a48f264f37277387e5408511245bcf60b1b62a.tar.xz | |
(cargo-release) version 0.2.0
| -rwxr-xr-x | Cargo.lock | 2 | ||||
| -rw-r--r--[-rwxr-xr-x] | bot/Cargo.toml | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -358,7 +358,7 @@ dependencies = [ [[package]] name = "bot" -version = "0.1.0" +version = "0.2.0" dependencies = [ "anyhow", "azalea", diff --git a/bot/Cargo.toml b/bot/Cargo.toml index 58505e17..3966887e 100755..100644 --- a/bot/Cargo.toml +++ b/bot/Cargo.toml @@ -1,7 +1,7 @@ [package] edition = "2021" name = "bot" -version = "0.1.0" +version = "0.2.0" publish = false release = false |
