Skip to content

Commit 4a4e454

Browse files
committed
route_manager: Use patched version to list out routes
1 parent aac1c42 commit 4a4e454

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,4 +65,7 @@ tracing = "0.1.37"
6565
tracing-subscriber = "0.3.17"
6666
tun-rs = { version = "2.5.1", features = ["async"] }
6767
twelf = { version = "0.15.0", default-features = false, features = ["env", "clap", "yaml"]}
68-
windows-sys = "0.61.0"
68+
windows-sys = "0.61.0"
69+
70+
[patch.crates-io]
71+
route_manager = { git = 'https://github.com/yaucp/route_manager.git', branch = "list-empty-ip6" }

0 commit comments

Comments
 (0)