Skip to content

Commit c85f744

Browse files
authored
Merge pull request #37 from saintEvol/master
deps: update system-configuration to 0.6.0
2 parents 8ac0816 + f107194 commit c85f744

2 files changed

Lines changed: 10 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
8+
## [3.2.1]
9+
10+
### Fixed
11+
12+
- Update `system-configuration` crate.
13+
See [PR_37](https://github.com/mxinden/if-watch/pull/37).
14+
715
## [3.2.0]
816

917
### Fixed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "if-watch"
3-
version = "3.2.0"
3+
version = "3.2.1"
44
authors = ["David Craven <[email protected]>", "Parity Technologies Limited <[email protected]>"]
55
edition = "2021"
66
keywords = ["asynchronous", "routing"]
@@ -27,7 +27,7 @@ rtnetlink = { version = "0.10.0", default-features = false }
2727
[target.'cfg(any(target_os = "macos", target_os = "ios"))'.dependencies]
2828
core-foundation = "0.9.2"
2929
if-addrs = "0.10.0"
30-
system-configuration = "0.5.0"
30+
system-configuration = "0.6.0"
3131
tokio = { version = "1.21.2", features = ["rt"], optional = true }
3232
smol = { version = "1.2.5", optional = true }
3333

0 commit comments

Comments
 (0)