From 4d2d9a2dd6980bfda3cb0dbb4f81797507568c74 Mon Sep 17 00:00:00 2001 From: Abhishek Chanda Date: Tue, 11 Jul 2017 21:49:06 +0100 Subject: [PATCH 1/3] Uprev for release --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5807c7e..6b9d3a9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ipnetwork" -version = "0.12.5" +version = "0.12.6" authors = ["Abhishek Chanda ", "Linus Färnstrand "] description = "A library to work with IP CIDRs in Rust, heavily WIP" license = "Apache-2.0" From 3d020d8b2a9479699891b5d5892dfde04bd3ee9f Mon Sep 17 00:00:00 2001 From: Abhishek Chanda Date: Tue, 11 Jul 2017 21:50:25 +0100 Subject: [PATCH 2/3] Test ipv6 methods in CI --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index e9e94e3..92b8b5a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,7 +11,7 @@ env: matrix: include: - rust: nightly - env: FEATURES=ipv6-iterator + env: FEATURES=ipv6-iterator,ipv6-methods script: - cargo build --features $FEATURES --verbose From f075e0de3868b9c9ebdedb6382f2f98d8a322d87 Mon Sep 17 00:00:00 2001 From: Abhishek Chanda Date: Tue, 11 Jul 2017 21:54:41 +0100 Subject: [PATCH 3/3] Remove the push to rust-ci docs.rs takes care of this now --- .travis.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 92b8b5a..6a24e10 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,6 +18,3 @@ script: - cargo test --features $FEATURES --verbose - cargo build --features $FEATURES --release --verbose - cargo doc --features $FEATURES --verbose - -after_script: - - curl http://www.rust-ci.org/artifacts/put?t=$RUSTCI_TOKEN | sh