瀏覽代碼

update hot_reload to hot-reload

Evan Almloff 3 年之前
父節點
當前提交
abded864c3
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Cargo.toml

+ 1 - 1
Cargo.toml

@@ -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"] }