diff options
author | SoniEx2 <endermoneymod@gmail.com> | 2018-10-15 16:32:43 -0300 |
---|---|---|
committer | SoniEx2 <endermoneymod@gmail.com> | 2018-10-15 16:32:43 -0300 |
commit | 872f4d72a7c78c882ff19e28f35f9aec4395f791 (patch) | |
tree | d8724b5b7a62485299189aba1168593a7b31fa20 /Cargo.toml | |
parent | d6971a712f80be6dad6441b5610e84067d884ecd (diff) |
Fix huge oops
Still crashes when reloading tho
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml index 52c6904..dba35de 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hexchat-plugin" -version = "0.2.7" +version = "0.2.8" authors = ["SoniEx2 <endermoneymod@gmail.com>"] description = "Lets you write HexChat plugins in Rust" license = "AGPL-3.0+" |