From 18ed0c2185dd63d82af1b008281c08af4454d236 Mon Sep 17 00:00:00 2001 From: Kars Mulder Date: Fri, 29 Jan 2021 18:34:52 +0100 Subject: [PATCH] Version 1.2.0 release. --- 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 0c81f10..877127d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2,7 +2,7 @@ # It is not intended for manual editing. [[package]] name = "evsieve" -version = "1.1.0" +version = "1.2.0" dependencies = [ "lazy_static", "libc", diff --git a/Cargo.toml b/Cargo.toml index 6a7b859..4816c40 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "evsieve" -version = "1.1.0" +version = "1.2.0" authors = ["Kars Mulder "] edition = "2018" keywords = ["evdev"] diff --git a/README.md b/README.md index 8a35ad0..71228ae 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.1.0.tar.gz -O evsieve.tar.gz -tar -xzf evsieve.tar.gz && cd evsieve-1.1.0 +wget https://github.com/KarsMulder/evsieve/archive/v1.2.0.tar.gz -O evsieve.tar.gz +tar -xzf evsieve.tar.gz && cd evsieve-1.2.0 cargo build --release ```