Update rocket to 0.5
This commit is contained in:
14
Cargo.toml
14
Cargo.toml
@ -19,15 +19,15 @@ semver = "0.11"
|
||||
uuid = { version = "0.7", features = ["serde", "v4"] }
|
||||
duplicate = "0.2"
|
||||
bincode = "1"
|
||||
handlebars = "1"
|
||||
handlebars = "3"
|
||||
|
||||
[dependencies.rocket]
|
||||
version = "0.4"
|
||||
#git = "https://github.com/SergioBenitez/Rocket"
|
||||
#branch = "master"
|
||||
#version = "0.4"
|
||||
git = "https://github.com/SergioBenitez/Rocket"
|
||||
branch = "master"
|
||||
|
||||
[dependencies.rocket_contrib]
|
||||
version = "0.4"
|
||||
#git = "https://github.com/SergioBenitez/Rocket"
|
||||
#branch = "master"
|
||||
#version = "0.4"
|
||||
git = "https://github.com/SergioBenitez/Rocket"
|
||||
branch = "master"
|
||||
features = ["handlebars_templates", "uuid"]
|
||||
|
||||
Reference in New Issue
Block a user