Skip to content
This repository was archived by the owner on Mar 23, 2021. It is now read-only.

Commit 268397e

Browse files
Use the bundled feature of libsqlite3-sys
This avoids a compile-time dependency on libsqlite3-dev and a runtime dependency on the shared libsqlite3 library.
1 parent 5285619 commit 268397e

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-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.

cnd/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ hyper = "0.12"
3333
lazy_static = "1"
3434
libp2p = { version = "0.12" }
3535
libp2p-comit = { path = "../libp2p-comit" }
36+
libsqlite3-sys = { version = ">=0.8.0, <0.13.0", features = ["bundled"] }
3637
log = { version = "0.4", features = ["serde"] }
3738
maplit = "1"
3839
mime = "0.3"

0 commit comments

Comments
 (0)