From f5d1a06020d127d7d8317bc17d815dbadbb6c11a Mon Sep 17 00:00:00 2001 From: john Date: Tue, 5 Mar 2024 13:17:52 +0800 Subject: [PATCH 1/3] deps: update system-configuration to 0.6.0 in which IrDA interface types which will cause a link error on the latest ios have been deprecated --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b67837b..cdb47e9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ rtnetlink = { version = "0.10.0", default-features = false } [target.'cfg(any(target_os = "macos", target_os = "ios"))'.dependencies] core-foundation = "0.9.2" if-addrs = "0.10.0" -system-configuration = "0.5.0" +system-configuration = "0.6.0" tokio = { version = "1.21.2", features = ["rt"], optional = true } smol = { version = "1.2.5", optional = true } From 8fd03222b27c75aef6f27365ceb6258bf64ef92d Mon Sep 17 00:00:00 2001 From: john Date: Tue, 5 Mar 2024 13:17:52 +0800 Subject: [PATCH 2/3] deps: update system-configuration to 0.6.0 in which IrDA interface types which will cause a link error on the latest ios have been deprecated --- CHANGELOG.md | 8 ++++++++ Cargo.toml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 223afaf..1ce7e69 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [3.2.1] + +### Fixed + +- Update `system-configuration` crates. + See [PR_37](https://github.com/mxinden/if-watch/pull/37) + ## [3.2.0] ### Fixed diff --git a/Cargo.toml b/Cargo.toml index cdb47e9..acfbf35 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "if-watch" -version = "3.2.0" +version = "3.2.1" authors = ["David Craven ", "Parity Technologies Limited "] edition = "2021" keywords = ["asynchronous", "routing"] From e47cc9b4c6544e885b674313e0846387e929513c Mon Sep 17 00:00:00 2001 From: Max Inden Date: Thu, 14 Mar 2024 19:36:48 +0100 Subject: [PATCH 3/3] Update CHANGELOG.md --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ce7e69..5099da0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,8 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed -- Update `system-configuration` crates. - See [PR_37](https://github.com/mxinden/if-watch/pull/37) +- Update `system-configuration` crate. + See [PR_37](https://github.com/mxinden/if-watch/pull/37). ## [3.2.0]