Update 'rusqlite' to fix dependency resolution.

This commit is contained in:
Sergio Benitez 2018-02-08 14:04:48 -08:00
parent 68b6fa7eab
commit 15bce5907e
1 changed files with 1 additions and 1 deletions

View File

@ -6,4 +6,4 @@ workspace = "../../"
[dependencies]
rocket = { path = "../../lib" }
rocket_codegen = { path = "../../codegen" }
rusqlite = "0.12"
rusqlite = "0.13"