From 971dc4da8d484f6a6d39c99d608db7a09f674978 Mon Sep 17 00:00:00 2001 From: Romain Lespinasse Date: Sat, 6 Jan 2024 22:13:03 +0100 Subject: [PATCH] Use Rust edition 2021 (#20) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5e3ab3c..20e010e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "wints" version = "0.5.0" -edition = "2018" +edition = "2021" authors = ["Romain Lespinasse "] description = "wints is a fuzzy term-based URLs opener" readme = "CRATES.md"