mirror of
https://github.com/isar/rusqlite.git
synced 2026-01-01 16:32:23 +08:00
Use new hyphen-less extern crate name
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "rusqlite"
|
||||
version = "0.0.12"
|
||||
version = "0.0.13"
|
||||
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.10"
|
||||
version = "0.0.11"
|
||||
|
||||
Reference in New Issue
Block a user