From 704bc42ca36801bc7009e145d64c3b84bc8693d4 Mon Sep 17 00:00:00 2001 From: Corey Richardson Date: Tue, 21 Jul 2015 05:47:33 -0400 Subject: [PATCH] Yank stable support :( --- .travis.yml | 1 - Cargo.toml | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 1d1c0d1..72b06fa 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,6 @@ sudo: false rust: - nightly - beta -- stable before_script: - pip install 'travis-cargo<0.2' --user && export PATH=$HOME/.local/bin:$PATH script: diff --git a/Cargo.toml b/Cargo.toml index 20d8306..5014f43 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "evdev" -version = "0.9.0" +version = "0.9.1" authors = ["Corey Richardson "] description = "evdev interface for Linux" license = "BSL-1.0/Apache-2.0"