Skip to content

Commit

Permalink
chore: pin wireguard_rs version
Browse files Browse the repository at this point in the history
  • Loading branch information
Maciej Wójcik committed Jan 24, 2024
1 parent e262199 commit 2d1ce22
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src-tauri/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 src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ anyhow = "1.0"
base64 = "0.21"
clap = { version = "4.4", features = ["derive", "env"] }
chrono = { version = "0.4", features = ["serde"] }
defguard_wireguard_rs = { git = "https://github.com/DefGuard/wireguard-rs.git", branch = "main" }
defguard_wireguard_rs = { git = "https://github.com/DefGuard/wireguard-rs.git", rev = "v0.4.0" }
dirs = "5.0"
lazy_static = "1.4"
local-ip-address = "0.5"
Expand Down

0 comments on commit 2d1ce22

Please sign in to comment.