mirror of
https://github.com/achanda/ipnetwork.git
synced 2025-06-15 00:26:33 +00:00
Make the serde dependency optional
This commit is contained in:
@ -1,3 +1,5 @@
|
||||
#![cfg(feature = "serde")]
|
||||
|
||||
#[cfg(test)]
|
||||
mod tests {
|
||||
use ipnetwork::{IpNetwork, Ipv4Network, Ipv6Network};
|
||||
|
Reference in New Issue
Block a user