mirror of
https://github.com/isar/rusqlite.git
synced 2024-11-23 00:39:20 +08:00
Merge pull request #85 from krdln/update-libc
Update Cargo.tomls to libc ~0.2
This commit is contained in:
commit
33573fa0f7
@ -18,7 +18,7 @@ load_extension = ["libsqlite3-sys/load_extension"]
|
||||
[dependencies]
|
||||
time = "~0.1.0"
|
||||
bitflags = "~0.1"
|
||||
libc = "~0.1"
|
||||
libc = "~0.2"
|
||||
|
||||
[dev-dependencies]
|
||||
tempdir = "~0.3.4"
|
||||
|
@ -15,4 +15,4 @@ load_extension = []
|
||||
pkg-config = "~0.3"
|
||||
|
||||
[dependencies]
|
||||
libc = "~0.1"
|
||||
libc = "~0.2"
|
||||
|
Loading…
Reference in New Issue
Block a user