Skip to content

Commit

Permalink
Merge pull request #105 from DefGuard/dev
Browse files Browse the repository at this point in the history
merge dev -> main
  • Loading branch information
t-aleksander authored Jul 3, 2024
2 parents d0bc4cf + 4f7b3c7 commit b64f1a8
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 b64f1a8

Please sign in to comment.