Skip to content

Commit 5246b8f

Browse files
author
bay
committed
CI/CD fix
1 parent c5b8e73 commit 5246b8f

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

Cargo.lock

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

p2p/Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@ tor-config = "0.37.0"
5656
tor-hscrypto = "0.37.0"
5757
tor-llcrypto = "0.37.0"
5858
tor-rtcompat = "0.37.0"
59+
# Adding it fix linking error under the windows
60+
rusqlite = { version = "0.37", features = ["bundled"] }
5961
safelog = "0.7"
6062

6163
mwc_core = { path = "../core", version = "6.0.0" }

0 commit comments

Comments
 (0)