From e1527da5b4068d35f69fd6e28fe1d6d49f182f35 Mon Sep 17 00:00:00 2001 From: Kars Mulder Date: Wed, 20 Jan 2021 16:13:14 +0100 Subject: [PATCH] Version bump to 1.1.0. --- Cargo.lock | 2 +- Cargo.toml | 2 +- README.md | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 082f38f..0c81f10 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2,7 +2,7 @@ # It is not intended for manual editing. [[package]] name = "evsieve" -version = "1.0.0" +version = "1.1.0" dependencies = [ "lazy_static", "libc", diff --git a/Cargo.toml b/Cargo.toml index afafdee..6a7b859 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "evsieve" -version = "1.0.0" +version = "1.1.0" authors = ["Kars Mulder "] edition = "2018" keywords = ["evdev"] diff --git a/README.md b/README.md index ff72e39..3f8415c 100644 --- a/README.md +++ b/README.md @@ -29,8 +29,8 @@ Compiling this program requires the Rust toolchain and the libevdev library. To After you've installed the dependencies, you can obtain a copy of the source code and compile the program using: ``` -wget https://github.com/KarsMulder/evsieve/archive/v1.0.0.tar.gz -O evsieve.tar.gz -tar -xzf evsieve.tar.gz && cd evsieve-1.0.0 +wget https://github.com/KarsMulder/evsieve/archive/v1.1.0.tar.gz -O evsieve.tar.gz +tar -xzf evsieve.tar.gz && cd evsieve-1.1.0 cargo build --release ```