mirror of
https://github.com/fluencelabs/sqlite-wasm-connector
synced 2025-03-15 06:20:50 +00:00
Fix the versions of the dependencies
This commit is contained in:
parent
f0332ea720
commit
9cfa2e3f5f
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "sqlite"
|
||||
version = "0.19.6"
|
||||
version = "0.19.7"
|
||||
authors = ["Ivan Ukhov <ivan.ukhov@gmail.com>"]
|
||||
license = "MIT"
|
||||
repository = "https://github.com/stainless-steel/sqlite"
|
||||
@ -10,8 +10,8 @@ description = "The package provides an interface to SQLite."
|
||||
build = "build.rs"
|
||||
|
||||
[dependencies]
|
||||
libc = "*"
|
||||
libc = "0.2"
|
||||
sqlite3-sys = "0.6"
|
||||
|
||||
[dev-dependencies]
|
||||
temporary = "*"
|
||||
temporary = "0.5"
|
||||
|
Loading…
x
Reference in New Issue
Block a user