From b31f18b28f0ad1bb4c5a9ff442f213de6c4436be Mon Sep 17 00:00:00 2001 From: umgefahren <55623006+umgefahren@users.noreply.github.com> Date: Mon, 19 Aug 2024 01:21:46 +0200 Subject: [PATCH 1/2] docs.rs hotfix for bug introduced in #43 --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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") ))) )] From 6db1ad7bf845d575525e94229485b27c553a5cd4 Mon Sep 17 00:00:00 2001 From: umgefahren <55623006+umgefahren@users.noreply.github.com> Date: Mon, 19 Aug 2024 01:32:11 +0200 Subject: [PATCH 2/2] Bump version for new release on docs.rs --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]