diff options
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/" } |