diff --git a/Cargo.toml b/Cargo.toml index 9af8e92..b7dec6c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "netctl-tray" -version = "0.2.0" +version = "0.2.1" authors = ["Ponas "] edition = "2018" diff --git a/src/main.rs b/src/main.rs index 2cffbe3..17c710a 100644 --- a/src/main.rs +++ b/src/main.rs @@ -1,4 +1,3 @@ -#![feature(vec_remove_item)] #![feature(exclusive_range_pattern)] mod state;