server: add link in comment for rusqlite musl workaround

pull/239/head
Jake McGinty 2022-08-10 14:21:11 -06:00
parent 0fb0ac7ab1
commit 047660733b
2 changed files with 2 additions and 0 deletions

1
Cargo.lock generated
View File

@ -516,6 +516,7 @@ version = "0.25.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9f0455f2c1bc9a7caa792907026e469c1d91761fb0ea37cbb16427c77280cf35"
dependencies = [
"cc",
"pkg-config",
"vcpkg",
]

View File

@ -47,6 +47,7 @@ wireguard-control = { path = "../wireguard-control" }
[target.'cfg(target_os = "linux")'.dependencies]
socket2 = { version = "0.4", features = ["all"] }
# Workaround for https://github.com/rusqlite/rusqlite/issues/914
[target.'cfg(target_env = "musl")'.dependencies]
rusqlite = { version = "0.28", features = ["bundled"] }