From ff057967dc46cc006651f32aa718280f75274b99 Mon Sep 17 00:00:00 2001 From: Ponas Date: Fri, 3 Jul 2020 18:03:46 +0300 Subject: [PATCH] bump version --- Cargo.toml | 2 +- src/main.rs | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) 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;