Clarify support of older SQLite versions.

This commit is contained in:
John Gallagher
2017-02-09 20:12:24 -05:00
parent e92a0ef30b
commit 358cca1638
7 changed files with 132 additions and 40 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "rusqlite"
version = "0.9.5"
version = "0.10.0"
authors = ["John Gallagher <jgallagher@bignerdranch.com>"]
description = "Ergonomic wrapper for SQLite"
repository = "https://github.com/jgallagher/rusqlite"