Skip to content

Commit 7888165

Browse files
committed
update to official Rocket 0.5 release
1 parent 3ac5807 commit 7888165

File tree

1 file changed

+3
-14
lines changed

1 file changed

+3
-14
lines changed

Cargo.toml

Lines changed: 3 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ rand = "0.8.4"
1414
crossbeam = "0.8.1"
1515
libxml = "0.3.0"
1616
unicode-segmentation = "1.8.0"
17+
rocket ="0.5.0"
18+
rocket_dyn_templates = {version="0.1.0", features = ["tera"]}
19+
rocket_db_pools = { version = "0.1.0", features = ["deadpool_redis"]}
1720

1821
[[bin]]
1922
path = "src/main.rs"
@@ -29,17 +32,3 @@ criterion = {version = "0.3.5", features=["async_tokio"]}
2932
[[bench]]
3033
name = "dirty_render"
3134
harness = false
32-
33-
[dependencies.rocket]
34-
git="https://github.com/SergioBenitez/Rocket"
35-
version="0.5.0-rc.2"
36-
37-
[dependencies.rocket_dyn_templates]
38-
git="https://github.com/SergioBenitez/Rocket"
39-
version = "0.1.0-rc.2"
40-
features = ["tera"]
41-
42-
[dependencies.rocket_db_pools]
43-
git="https://github.com/SergioBenitez/Rocket"
44-
version = "0.1.0-rc"
45-
features = ["deadpool_redis"]

0 commit comments

Comments
 (0)