Skip to content

Commit

Permalink
Link sqlite3 statically. (#1497)
Browse files Browse the repository at this point in the history
* Link sqlite3 statically.
  • Loading branch information
peilun-conflux authored Jun 1, 2020
1 parent 6ee5dfc commit a260005
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 1 addition & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,8 @@ deadlock_detection = ["parking_lot/deadlock_detection"]
#"bzip2-sys:0.1.6"={git = "https://github.com/alexcrichton/bzip2-rs.git"}

[patch.crates-io]
bzip2-sys = {git = "https://github.com/alexcrichton/bzip2-rs.git", commit = "461d6691" }
bzip2-sys = { git = "https://github.com/alexcrichton/bzip2-rs.git", commit = "461d6691" }
sqlite3-sys = { git = "https://github.com/Conflux-Chain/sqlite3-sys.git", rev = "1de8e5998f7c2d919336660b8ef4e8f52ac43844" }

[profile.test]
debug-assertions = true
Expand Down

0 comments on commit a260005

Please sign in to comment.