update hot_reload to hot-reload

This commit is contained in:
Evan Almloff 2022-06-28 09:59:05 -05:00
parent 7929dd4c52
commit abded864c3

View file

@ -51,7 +51,7 @@ zip = "0.6.2"
tower = "0.4.12"
syn = { version = "1.0" }
dioxus = { git = "https://github.com/dioxuslabs/dioxus/", features = ["hot_reload"] }
dioxus = { git = "https://github.com/dioxuslabs/dioxus/", features = ["hot-reload"] }
proc-macro2 = { version = "1.0", features = ["span-locations"] }