Bump cargo version and travis to compile with 1.14

This commit is contained in:
Andrew Poelstra 2018-03-21 18:50:17 +00:00
parent 64987e349c
commit 22343fb023
2 changed files with 2 additions and 1 deletions

View File

@ -3,6 +3,7 @@ rust:
- stable
- beta
- nightly
- 1.14.0
install:
- git clone https://github.com/bitcoin/secp256k1.git

View File

@ -1,7 +1,7 @@
[package]
name = "bitcoin"
version = "0.11.1"
version = "0.11.2"
authors = ["Andrew Poelstra <apoelstra@wpsoftware.net>"]
license = "CC0-1.0"
homepage = "https://github.com/rust-bitcoin/rust-bitcoin/"