nixpkgs mirror (for testing)
github.com/NixOS/nixpkgs
nix
1diff --git a/Cargo.toml b/Cargo.toml
2index 68cbda32f3..0e3f6ad1f6 100644
3--- a/Cargo.toml
4+++ b/Cargo.toml
5@@ -1,7 +1,7 @@
6 [package]
7 name = "i3-back"
8 version = "0.3.2"
9-edition = "2021"
10+edition = "2024"
11 description = "An i3/Sway utility to switch focus to your last focused window. Allows for behavior similar to Alt+Tab on other desktop environments."
12 repository = "https://github.com/Cretezy/i3-back"
13 homepage = "https://github.com/Cretezy/i3-back"
14diff --git a/src/main.rs b/src/main.rs
15index e11a2a7550..91a34cab07 100644
16--- a/src/main.rs
17+++ b/src/main.rs
18@@ -1,4 +1,3 @@
19-#![feature(let_chains)]
20 use std::process;
21 use std::thread;
22 use std::time::Duration;