mirror of
https://github.com/achanda/ipnetwork.git
synced 2025-06-16 16:58:50 +00:00
@ -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
|
|
||||||
|
@ -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"
|
||||||
|
Reference in New Issue
Block a user