Yank stable support :(
This commit is contained in:
parent
6ba2f72dbf
commit
704bc42ca3
2 changed files with 1 additions and 2 deletions
|
@ -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:
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "evdev"
|
||||
version = "0.9.0"
|
||||
version = "0.9.1"
|
||||
authors = ["Corey Richardson <corey@octayn.net>"]
|
||||
description = "evdev interface for Linux"
|
||||
license = "BSL-1.0/Apache-2.0"
|
||||
|
|
Loading…
Reference in a new issue