diff options
| author | Lakelezz <[email protected]> | 2017-10-07 14:34:39 +0200 |
|---|---|---|
| committer | alex <[email protected]> | 2017-10-07 14:34:39 +0200 |
| commit | b3aa441c2d61ba324396deaf70f2c5818fd3f528 (patch) | |
| tree | fabd9ae03e44c1c4b950fae6b1c78ee6505a426e /Cargo.toml | |
| parent | Make `has_correct_permissions` a free-standing function (diff) | |
| download | serenity-b3aa441c2d61ba324396deaf70f2c5818fd3f528.tar.xz serenity-b3aa441c2d61ba324396deaf70f2c5818fd3f528.zip | |
Help-commands filtering and Member-prefix-search (#182)
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,7 +8,7 @@ license = "ISC" name = "serenity" readme = "README.md" repository = "https://github.com/zeyla/serenity.git" -version = "0.4.0" +version = "0.4.1" [dependencies] bitflags = "^1.0" |