mirror of
https://github.com/isar/rusqlite.git
synced 2024-11-22 16:29:20 +08:00
commit
0c5e99e93b
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "rusqlite"
|
||||
version = "0.0.10"
|
||||
version = "0.0.11"
|
||||
authors = ["John Gallagher <jgallagher@bignerdranch.com>"]
|
||||
description = "Ergonomic wrapper for SQLite"
|
||||
repository = "https://github.com/jgallagher/rusqlite"
|
||||
@ -21,4 +21,4 @@ bitflags = "~0.1"
|
||||
|
||||
[dependencies.libsqlite3-sys]
|
||||
path = "libsqlite3-sys"
|
||||
version = "0.0.9"
|
||||
version = "0.0.10"
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "libsqlite3-sys"
|
||||
version = "0.0.9"
|
||||
version = "0.0.10"
|
||||
authors = ["John Gallagher <jgallagher@bignerdranch.com>"]
|
||||
repository = "https://github.com/jgallagher/rusqlite"
|
||||
description = "Native bindings to the libsqlite3 library"
|
||||
@ -12,4 +12,4 @@ build = "build.rs"
|
||||
load_extension = []
|
||||
|
||||
[build-dependencies]
|
||||
pkg-config = "~0.2"
|
||||
pkg-config = "~0.3"
|
||||
|
Loading…
Reference in New Issue
Block a user