diff options
author | 2018-12-07 15:35:32 +0100 | |
---|---|---|
committer | 2018-12-08 21:43:20 +0100 | |
commit | b18664fe9fe773ff2e6c513c747313342bb6573a (patch) | |
tree | fb156751d7fece9fe36251b7a88b28bca0ce671e /askama | |
parent | cdafc8d641632ed89fb6435bfebd70d27bfa74ba (diff) | |
download | askama-b18664fe9fe773ff2e6c513c747313342bb6573a.tar.gz askama-b18664fe9fe773ff2e6c513c747313342bb6573a.tar.bz2 askama-b18664fe9fe773ff2e6c513c747313342bb6573a.zip |
Upgrade to Rocket 0.4
Diffstat (limited to '')
-rw-r--r-- | askama/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/askama/Cargo.toml b/askama/Cargo.toml index 79a8103..5a97ef2 100644 --- a/askama/Cargo.toml +++ b/askama/Cargo.toml @@ -28,7 +28,7 @@ with-actix-web = ["actix-web", "askama_derive/actix-web", "mime_guess"] askama_derive = { version = "0.8.0", path = "../askama_derive" } askama_shared = { version = "0.7.2", path = "../askama_shared" } iron = { version = ">= 0.5, < 0.7", optional = true } -rocket = { version = "0.3", optional = true } +rocket = { version = "0.4", optional = true } actix-web = { version = "0.7", optional = true } mime_guess = { version = "2.0.0-alpha", optional = true } |