diff options
author | SoniEx2 <endermoneymod@gmail.com> | 2018-10-16 22:58:46 -0300 |
---|---|---|
committer | SoniEx2 <endermoneymod@gmail.com> | 2018-10-16 22:58:46 -0300 |
commit | 04a76896ffde1464cea23b14989b80aa9802a213 (patch) | |
tree | eb06b43cb6c7f1c6dc84308be2029c5940a1a3fb /Cargo.toml | |
parent | 872f4d72a7c78c882ff19e28f35f9aec4395f791 (diff) |
Update examples to show hook handle hoisting.
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 dba35de..a87a433 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hexchat-plugin" -version = "0.2.8" +version = "0.2.9" authors = ["SoniEx2 <endermoneymod@gmail.com>"] description = "Lets you write HexChat plugins in Rust" license = "AGPL-3.0+" |