Skip to content

Commit e6fcab7

Browse files
authored
Merge pull request #147 from DefGuard/main
Sync dev with newest main changes (post 1.2)
2 parents 221f1c8 + 082722b commit e6fcab7

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.github/workflows/release.yml

+1
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ jobs:
5757
runs-on:
5858
- self-hosted
5959
- ${{ matrix.os }}
60+
- X64
6061
strategy:
6162
fail-fast: false
6263
matrix:

Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ edition = "2021"
77
axum = { version = "0.7", features = ["macros"] }
88
base64 = "0.22"
99
clap = { version = "4.5", features = ["derive", "env"] }
10-
defguard_wireguard_rs = { git = "https://github.com/DefGuard/wireguard-rs.git", rev = "v0.7.0" }
10+
defguard_wireguard_rs = { git = "https://github.com/DefGuard/wireguard-rs.git", rev = "v0.7.1" }
1111
env_logger = "0.11"
1212
gethostname = "0.5"
1313
log = "0.4"

0 commit comments

Comments
 (0)