diff options
author | SoniEx2 <endermoneymod@gmail.com> | 2018-03-31 15:02:41 -0300 |
---|---|---|
committer | SoniEx2 <endermoneymod@gmail.com> | 2018-03-31 15:02:41 -0300 |
commit | 6d5d3e72974dcd1e70c2e4e339530bee1263114a (patch) | |
tree | c82edf30e10552f13446912182d6f990257f18d7 /Cargo.toml | |
parent | b2be734b53e74caf087f0d112b432fcbeb1b72e9 (diff) |
Implement find_context
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 2fad324..26bf38d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hexchat-plugin" -version = "0.2.1" +version = "0.2.2" authors = ["SoniEx2 <endermoneymod@gmail.com>"] description = "Lets you write HexChat plugins in Rust" license = "AGPL-3.0+" |