Skip to content

Commit

Permalink
chore: update wireguard rs to 0.4.6 (#104)
Browse files Browse the repository at this point in the history
  • Loading branch information
t-aleksander authored Jul 3, 2024
1 parent a465882 commit 4f7b3c7
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 10 deletions.
19 changes: 10 additions & 9 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 @@ -12,7 +12,7 @@ chrono = { version = "0.4", default-features = false, features = [
"std",
] }
clap = { version = "4.5", features = ["derive", "env"] }
defguard_wireguard_rs = { git = "https://github.com/DefGuard/wireguard-rs.git", rev = "v0.4.5" }
defguard_wireguard_rs = { git = "https://github.com/DefGuard/wireguard-rs.git", rev = "v0.4.6" }
env_logger = "0.11"
gethostname = "0.4"
log = "0.4"
Expand Down
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ impl From<proto::Configuration> for InterfaceConfiguration {
address: config.address,
port: config.port,
peers,
mtu: None,
}
}
}
Expand Down

0 comments on commit 4f7b3c7

Please sign in to comment.