Skip to content

Commit

Permalink
Merge pull request #37 from saintEvol/master
Browse files Browse the repository at this point in the history
deps: update system-configuration to 0.6.0
  • Loading branch information
jxs authored Nov 12, 2024
2 parents 8ac0816 + f107194 commit c85f744
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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` crate.
See [PR_37](https://github.com/mxinden/if-watch/pull/37).

## [3.2.0]

### Fixed
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "if-watch"
version = "3.2.0"
version = "3.2.1"
authors = ["David Craven <[email protected]>", "Parity Technologies Limited <[email protected]>"]
edition = "2021"
keywords = ["asynchronous", "routing"]
Expand All @@ -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 }

Expand Down

0 comments on commit c85f744

Please sign in to comment.