From f48f9dfed82e11cb0ce172b76e52cbe67efdc0ab Mon Sep 17 00:00:00 2001 From: Badr Date: Sun, 15 Dec 2024 21:15:26 +0100 Subject: [PATCH] rollback edition --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 777cba0..52035e1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "bluetui" version = "0.5.1" authors = ["Badr Badri "] license = "GPL-3.0" -edition = "2024" +edition = "2021" description = "TUI for managing bluetooth on Linux" readme = "Readme.md" homepage = "https://github.com/pythops/bluetui"