Skip to content

Commit

Permalink
fixup: workaround semver sanity check
Browse files Browse the repository at this point in the history
  • Loading branch information
dlon committed Nov 27, 2024
1 parent e48d8ef commit b94c346
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Cargo.lock

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

8 changes: 7 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,10 @@ ipnetwork = "0.20.0"
assert_matches = "1.1.0"
uuid = { version = "1.8.0", features = ["v4"] }
scopeguard = "1.0"
tun = "0.7"
tun = "0.7.4"

# Transitive dependencies with incorrect semver use
# or that no longer compile for some reason.
# All of these belong to 'tun'
ipnet = "2.6.0"
log = "0.4.22"

0 comments on commit b94c346

Please sign in to comment.