mirror of
https://github.com/isar/rusqlite.git
synced 2025-12-31 16:02:47 +08:00
Upgrade dependencies.
In libsqlite3-sys, skip printing system libraries. See https://github.com/sfackler/rust-openssl/issues/554#issuecomment-274878088.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "libsqlite3-sys"
|
||||
version = "0.6.1"
|
||||
version = "0.6.2"
|
||||
authors = ["John Gallagher <jgallagher@bignerdranch.com>"]
|
||||
repository = "https://github.com/jgallagher/rusqlite"
|
||||
description = "Native bindings to the libsqlite3 library"
|
||||
@@ -12,8 +12,8 @@ build = "build.rs"
|
||||
bundled = []
|
||||
|
||||
[build-dependencies]
|
||||
pkg-config = "~0.3"
|
||||
gcc = "~0.3"
|
||||
pkg-config = "0.3"
|
||||
gcc = "0.3"
|
||||
|
||||
[dependencies]
|
||||
libc = "~0.2"
|
||||
libc = "0.2"
|
||||
|
||||
Reference in New Issue
Block a user