diff --git a/Cargo.toml b/Cargo.toml index 1eb9166..e68adc9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rusqlite" -version = "0.22.0-beta.0" +version = "0.22.0" authors = ["John Gallagher "] edition = "2018" description = "Ergonomic wrapper for SQLite" @@ -113,7 +113,7 @@ bencher = "0.1" [dependencies.libsqlite3-sys] path = "libsqlite3-sys" -version = "0.17.2" +version = "0.17.3" [[test]] name = "config_log" diff --git a/libsqlite3-sys/Cargo.toml b/libsqlite3-sys/Cargo.toml index ea337c2..34021c0 100644 --- a/libsqlite3-sys/Cargo.toml +++ b/libsqlite3-sys/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libsqlite3-sys" -version = "0.17.2" +version = "0.17.3" authors = ["John Gallagher "] edition = "2018" repository = "https://github.com/jgallagher/rusqlite"