commit 23f5ebcc4f89d67bbd4c24d2766746e1ff5ea2f6 parent 868a7e642534975a4b374dcdd3909f33a1ccf867 Author: Sergio Benitez <sb@sergio.bz> Date: Thu, 16 May 2019 13:31:06 -0700 Update 'parking_lot' to 0.8 in 'todo' example. Diffstat:
M | examples/todo/Cargo.toml | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/examples/todo/Cargo.toml b/examples/todo/Cargo.toml @@ -14,7 +14,7 @@ diesel_migrations = "1.3" log = "0.4" [dev-dependencies] -parking_lot = { version = "0.6", features = ["nightly"] } +parking_lot = { version = "0.8", features = ["nightly"] } rand = "0.6" [dependencies.rocket_contrib]