Skip to content

Commit

Permalink
Merge branch 'upgrade-ipnetwork'
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkusPettersson98 committed Jan 8, 2025
2 parents 3395033 + 0a34fb0 commit 2134037
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 12 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).

### Changed
- Bump MSRV to 1.77.
- Upgrade `ipnetwork` dependency from 0.20 to 0.21. This is a breaking change since
`ipnetwork` is part of the public API.


## [0.6.1] - 2024-10-02
Expand Down
13 changes: 2 additions & 11 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ travis-ci = { repository = "mullvad/pfctl-rs" }
ioctl-sys = "0.8.0"
libc = "0.2.29"
derive_builder = "0.20"
ipnetwork = "0.20.0"
ipnetwork = "0.21.1"

[dev-dependencies]
assert_matches = "1.1.0"
Expand Down

0 comments on commit 2134037

Please sign in to comment.