diff --git a/Cargo.toml b/Cargo.toml index b6ffca0..70b3049 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ license = "MIT OR BSD-3-Clause" name = "if-addrs" readme = "README.md" repository = "https://github.com/messense/if-addrs" -version = "0.13.2" +version = "0.13.3" edition = "2021" [target.'cfg(not(target_os = "windows"))'.dependencies] diff --git a/src/lib.rs b/src/lib.rs index b7a0ab2..abc4915 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -433,7 +433,7 @@ pub fn get_if_addrs() -> io::Result> { doc(cfg(any( not(target_vendor = "apple"), not(target_os = "freebsd"), - not(target_os = "netbsd") + not(target_os = "netbsd"), not(target_os = "openbsd") ))) )]