mirror of
https://github.com/isar/rusqlite.git
synced 2024-11-22 16:29:20 +08:00
Update Cargo.tomls to libc ~0.2
This commit is contained in:
parent
30ce399e91
commit
8e31a64dde
@ -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