Merge pull request #51 from achanda/release_0.12.6

Uprev for release
This commit is contained in:
Abhishek Chanda
2017-07-11 21:59:28 +01:00
committed by GitHub
2 changed files with 2 additions and 5 deletions

View File

@ -11,13 +11,10 @@ env:
matrix: matrix:
include: include:
- rust: nightly - rust: nightly
env: FEATURES=ipv6-iterator env: FEATURES=ipv6-iterator,ipv6-methods
script: script:
- cargo build --features $FEATURES --verbose - cargo build --features $FEATURES --verbose
- cargo test --features $FEATURES --verbose - cargo test --features $FEATURES --verbose
- cargo build --features $FEATURES --release --verbose - cargo build --features $FEATURES --release --verbose
- cargo doc --features $FEATURES --verbose - cargo doc --features $FEATURES --verbose
after_script:
- curl http://www.rust-ci.org/artifacts/put?t=$RUSTCI_TOKEN | sh

View File

@ -1,6 +1,6 @@
[package] [package]
name = "ipnetwork" name = "ipnetwork"
version = "0.12.5" version = "0.12.6"
authors = ["Abhishek Chanda <abhishek.becs@gmail.com>", "Linus Färnstrand <faern@faern.net>"] authors = ["Abhishek Chanda <abhishek.becs@gmail.com>", "Linus Färnstrand <faern@faern.net>"]
description = "A library to work with IP CIDRs in Rust, heavily WIP" description = "A library to work with IP CIDRs in Rust, heavily WIP"
license = "Apache-2.0" license = "Apache-2.0"