From 890d8bbef986d8b85d6eaaddd4c8895c5f61c09c Mon Sep 17 00:00:00 2001 From: SoniEx2 Date: Thu, 16 Jun 2022 22:43:18 -0300 Subject: Migrate to edition 2021 --- Cargo.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index f2f65c2..a88a2b1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,11 +9,14 @@ homepage = "https://ganarchy.autistic.space/project/207026ae5e35da096b8110afe1ba keywords = ["hexchat", "plugin", "hexchat-plugin"] categories = ["api-bindings"] readme = "README.md" +edition = "2021" [features] nul_in_strip = [] -nightly_tests = [] +nightly_tests = ["dep:selfref"] [dependencies] libc = "0.2" impl_trait = "0.1" +ltptr = "0.1.1" +selfref = { version = "0.1", optional = true } -- cgit 1.4.1