Skip to content

Commit

Permalink
Merge pull request #147 from DefGuard/main
Browse files Browse the repository at this point in the history
Sync dev with newest main changes (post 1.2)
  • Loading branch information
t-aleksander authored Jan 24, 2025
2 parents 221f1c8 + 082722b commit e6fcab7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ jobs:
runs-on:
- self-hosted
- ${{ matrix.os }}
- X64
strategy:
fail-fast: false
matrix:
Expand Down
4 changes: 2 additions & 2 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 @@ -7,7 +7,7 @@ edition = "2021"
axum = { version = "0.7", features = ["macros"] }
base64 = "0.22"
clap = { version = "4.5", features = ["derive", "env"] }
defguard_wireguard_rs = { git = "https://github.com/DefGuard/wireguard-rs.git", rev = "v0.7.0" }
defguard_wireguard_rs = { git = "https://github.com/DefGuard/wireguard-rs.git", rev = "v0.7.1" }
env_logger = "0.11"
gethostname = "0.5"
log = "0.4"
Expand Down

0 comments on commit e6fcab7

Please sign in to comment.