diff --git a/.travis.yml b/.travis.yml index e9e94e3..6a24e10 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,13 +11,10 @@ env: matrix: include: - rust: nightly - env: FEATURES=ipv6-iterator + env: FEATURES=ipv6-iterator,ipv6-methods script: - cargo build --features $FEATURES --verbose - 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 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"