summary refs log tree commit diff stats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorSoniEx2 <endermoneymod@gmail.com>2021-05-14 22:06:23 -0300
committerSoniEx2 <endermoneymod@gmail.com>2021-05-14 22:06:23 -0300
commitb0dcbe6e3ee505009278826d0a9e651497c7182f (patch)
tree49f9090df843a6cd60cce3beb60018390efa83b4 /Cargo.toml
parenta2a311bc91a76027a7efb6ade4ec29c018b33f1b (diff)
Make print take ToString, so it's nicer to use HEAD default
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index b7fb2aa..bab4aa6 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,10 +1,10 @@
 [package]
 name = "hexchat-plugin"
-version = "0.2.13"
+version = "0.2.14"
 authors = ["SoniEx2 <endermoneymod@gmail.com>"]
 description = "Lets you write HexChat plugins in Rust"
 license = "AGPL-3.0+"
-repository = "https://cybre.tech/SoniEx2/rust.hexchat.hexchat-plugin"
+repository = "https://soniex2.autistic.space/git-repos/hexchat-plugin.git"
 homepage = "https://ganarchy.autistic.space/project/7597bdc9d42badc332ecd57ab81e71c41fa2b595"
 keywords = ["hexchat", "plugin", "hexchat-plugin"]
 categories = ["api-bindings"]