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

Commit cbba27d

Browse files
authored
Merge pull request #1464 from comit-network/make-sqlite-bundled
Use the bundled feature of libsqlite3-sys
2 parents 5285619 + 268397e commit cbba27d

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)