From 22343fb0236d0f1b7e2c51aae450c3fc33160b09 Mon Sep 17 00:00:00 2001 From: Andrew Poelstra Date: Wed, 21 Mar 2018 18:50:17 +0000 Subject: [PATCH] Bump cargo version and travis to compile with 1.14 --- .travis.yml | 1 + Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 2f73a170..38458180 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,7 @@ rust: - stable - beta - nightly + - 1.14.0 install: - git clone https://github.com/bitcoin/secp256k1.git diff --git a/Cargo.toml b/Cargo.toml index 4ef3fe0b..2c8a65f4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "bitcoin" -version = "0.11.1" +version = "0.11.2" authors = ["Andrew Poelstra "] license = "CC0-1.0" homepage = "https://github.com/rust-bitcoin/rust-bitcoin/"