mirror of
https://github.com/achanda/ipnetwork.git
synced 2025-06-15 08:36:34 +00:00
Remove with-serde in favor of just 'serde'
https://rust-lang-nursery.github.io/api-guidelines/naming.html#feature-names-are-free-of-placeholder-words-c-feature
This commit is contained in:
@ -11,7 +11,7 @@ env:
|
||||
matrix:
|
||||
include:
|
||||
- rust: nightly
|
||||
env: FEATURES=ipv6-iterator,ipv6-methods,with-serde
|
||||
env: FEATURES=ipv6-iterator,ipv6-methods,serde,serde-derive
|
||||
|
||||
script:
|
||||
- cargo build --features $FEATURES --verbose
|
||||
|
Reference in New Issue
Block a user