diff options
author | SoniEx2 <endermoneymod@gmail.com> | 2024-12-07 07:56:29 -0300 |
---|---|---|
committer | SoniEx2 <endermoneymod@gmail.com> | 2024-12-07 07:56:29 -0300 |
commit | 00b227eab566335f4bf65f2bb0ba392405fe9abb (patch) | |
tree | 0cd502402dcda5e07f2cd3406d10add6e13e2024 /Cargo.toml | |
parent | c12eb456be7cf5e183ef2b34812060ee2ed08a8a (diff) |
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml index 9f1325e..dc0e6c3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hexchat-unsafe-plugin" -version = "2.3.0" +version = "2.4.0-pre1" authors = ["SoniEx2 <endermoneymod@gmail.com>"] description = "Lets you write native HexChat plugins in mostly-safe Rust" license = "GPL-3.0-or-later" @@ -22,4 +22,4 @@ ltptr = "0.1.5" selfref = { version = "0.4.0", optional = true } [patch.crates-io] -ltptr = { path = "/home/soniex2/git/selfhosted/rust.ltptr/" } +#ltptr = { path = "/home/soniex2/git/selfhosted/rust.ltptr/" } |