summary refs log tree commit diff stats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorSoniEx2 <endermoneymod@gmail.com>2018-11-03 20:20:53 -0300
committerSoniEx2 <endermoneymod@gmail.com>2018-11-03 20:20:53 -0300
commitc9bc69de71199683d0f4809f1e45b6b2f8ac89ad (patch)
tree910985c0715f16e9f1ebb7e868213ae0f77ed1e7 /Cargo.toml
parent04a76896ffde1464cea23b14989b80aa9802a213 (diff)
Add must_use
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index a87a433..057703c 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "hexchat-plugin"
-version = "0.2.9"
+version = "0.2.10"
 authors = ["SoniEx2 <endermoneymod@gmail.com>"]
 description = "Lets you write HexChat plugins in Rust"
 license = "AGPL-3.0+"