Skip to content
This repository has been archived by the owner on Jan 8, 2020. It is now read-only.

Commit

Permalink
Update versions (#72)
Browse files Browse the repository at this point in the history
* Update AppVeyor badge

* Update version

* Remove MacOS builds

* Move to stable formatter
  • Loading branch information
r8d8 authored Jan 25, 2018
1 parent bd955b3 commit 39e70ba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ rust:

os:
- linux
- osx

matrix:
allow_failures:
Expand All @@ -24,7 +23,7 @@ before_install:
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo add-apt-repository ppa:duggan/bats --yes; fi
- if [ $TRAVIS_OS_NAME = linux ]; then sudo apt-get -qq update; else brew update; fi
- if [ $TRAVIS_OS_NAME = linux ]; then sudo apt-get install -y libusb-1.0-0-dev bats; else brew install libusb bats; fi
- travis_wait cargo install rustfmt-nightly --force || true
- travis_wait cargo install rustfmt --force || true

before_script:
- export PATH="$PATH":~/.cargo/bin
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "emerald-cli"
version = "0.19.0"
version = "0.20.0"
authors = ["Constantine Kryvomaz <kostiyantynk@gmail.com>"]
description = "Console utility for secure account management"
homepage = "http://etcdevteam.com"
Expand Down Expand Up @@ -28,7 +28,7 @@ hex = "0.2"
lazy_static = "0.2"
serde_json = "1.0"
serde_derive = "1.0"
emerald-rs = "0.19"
emerald-rs = "0.20"
regex = "0.2"
rustc-serialize = "0.3"
hyper = "0.10"
Expand Down

0 comments on commit 39e70ba

Please sign in to comment.