mirror of https://github.com/rwf2/Rocket.git
Update 'rusqlite' to fix dependency resolution.
This commit is contained in:
parent
446181e5a6
commit
f04dc195bd
|
@ -6,4 +6,4 @@ workspace = "../../"
|
||||||
[dependencies]
|
[dependencies]
|
||||||
rocket = { path = "../../lib" }
|
rocket = { path = "../../lib" }
|
||||||
rocket_codegen = { path = "../../codegen" }
|
rocket_codegen = { path = "../../codegen" }
|
||||||
rusqlite = "0.12"
|
rusqlite = "0.13"
|
||||||
|
|
Loading…
Reference in New Issue