diff options
author | Philippe Loctaux <p@philippeloctaux.com> | 2023-11-26 14:04:01 +0100 |
---|---|---|
committer | Dirkjan Ochtman <dirkjan@ochtman.nl> | 2023-11-27 11:04:30 +0100 |
commit | a13105fe082f638ffc2c689d8c0ccb23dceed034 (patch) | |
tree | a912309f2cb97a022b3d4fd448e2d912e1c09fa5 /askama_rocket/Cargo.toml | |
parent | 696561003d9caaf5d1fd537d6a0f4f88fccca8ce (diff) | |
download | askama-a13105fe082f638ffc2c689d8c0ccb23dceed034.tar.gz askama-a13105fe082f638ffc2c689d8c0ccb23dceed034.tar.bz2 askama-a13105fe082f638ffc2c689d8c0ccb23dceed034.zip |
askama_rocket: Rocket v0.5.0
Diffstat (limited to '')
-rw-r--r-- | askama_rocket/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/askama_rocket/Cargo.toml b/askama_rocket/Cargo.toml index 9495d1b..f059338 100644 --- a/askama_rocket/Cargo.toml +++ b/askama_rocket/Cargo.toml @@ -15,7 +15,7 @@ rust-version = "1.65" [dependencies] askama = { version = "0.12", path = "../askama", default-features = false, features = ["with-rocket", "mime", "mime_guess"] } -rocket = { version = "0.5.0-rc.3", default-features = false } +rocket = { version = "0.5.0", default-features = false } [dev-dependencies] futures-lite = "2.0.0" |