فهرست منبع

fix: some simple formatting and version numbers

Jonathan Kelley 1 سال پیش
والد
کامیت
0ae0929691
2فایلهای تغییر یافته به همراه3 افزوده شده و 3 حذف شده
  1. 2 2
      examples/PWA-example/Cargo.toml
  2. 1 1
      packages/html-internal-macro/Cargo.toml

+ 2 - 2
examples/PWA-example/Cargo.toml

@@ -8,8 +8,8 @@ publish = false
 # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
 
 [dependencies]
-dioxus = { path = "../../packages/dioxus", version = "*" }
-dioxus-web = { path = "../../packages/web", version = "*" }
+dioxus = { workspace = true }
+dioxus-web = { workspace = true }
 
 log = "0.4.6"
 

+ 1 - 1
packages/html-internal-macro/Cargo.toml

@@ -25,4 +25,4 @@ name = "tests"
 path = "tests/progress.rs"
 
 [dev-dependencies]
-trybuild = { version = "1.0.82", features = ["diff"] }
+trybuild = { version = "1.0.82", features = ["diff"] }