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/"