diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b2b78c..7219911 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,12 @@ 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). -## [Unreleased] +## [1.1.1] + +### Fixed +- Update to `rtnetlink` `v0.10`. See [PR 19]. + +[PR 19]: https://github.com/mxinden/if-watch/pull/19 ## [1.1.0] ### Added diff --git a/Cargo.toml b/Cargo.toml index a4ca990..ef5f2d9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "if-watch" -version = "1.1.0" +version = "1.1.1" authors = ["David Craven ", "Parity Technologies Limited "] edition = "2021" keywords = ["asynchronous", "routing"] @@ -15,7 +15,7 @@ ipnet = "2.3.1" log = "0.4.14" [target.'cfg(target_os = "linux")'.dependencies] -rtnetlink = { version = "0.9.0", default-features = false, features = ["smol_socket"] } +rtnetlink = { version = "0.10.0", default-features = false, features = ["smol_socket"] } [target.'cfg(any(target_os = "macos", target_os = "ios"))'.dependencies] core-foundation = "0.9.2"