mirror of
https://github.com/actix/examples
synced 2025-02-22 17:23:18 +01:00
Update yarte version to "0.5" (#222)
This commit is contained in:
parent
feda57efb0
commit
fed19e37b9
@ -32,7 +32,7 @@ members = [
|
|||||||
"template_askama",
|
"template_askama",
|
||||||
"template_handlebars",
|
"template_handlebars",
|
||||||
"template_tera",
|
"template_tera",
|
||||||
# "template_yarte",
|
"template_yarte",
|
||||||
"todo",
|
"todo",
|
||||||
# "udp-echo",
|
# "udp-echo",
|
||||||
"unix-socket",
|
"unix-socket",
|
||||||
|
@ -10,13 +10,10 @@ workspace = ".."
|
|||||||
[dependencies]
|
[dependencies]
|
||||||
env_logger = "0.7"
|
env_logger = "0.7"
|
||||||
|
|
||||||
yarte = { git = "https://github.com/botika/yarte", features = ["with-actix-web"] }
|
yarte = { version = "0.5", features = ["with-actix-web"] }
|
||||||
|
|
||||||
actix-rt = "1.0"
|
actix-rt = "1.0"
|
||||||
actix-web = "2.0.0"
|
actix-web = "2.0.0"
|
||||||
|
|
||||||
[build-dependencies]
|
[build-dependencies]
|
||||||
yarte = { git = "https://github.com/botika/yarte", features = ["with-actix-web"] }
|
yarte = { version = "0.5", features = ["with-actix-web"] }
|
||||||
|
|
||||||
[dev-dependencies]
|
|
||||||
bytes = "0.4"
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user