Quellcode durchsuchen

publish: remove wildcard

Jonathan Kelley vor 3 Jahren
Ursprung
Commit
ba8ced5
2 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  1. 1 1
      packages/hooks/Cargo.toml
  2. 1 1
      packages/ssr/Cargo.toml

+ 1 - 1
packages/hooks/Cargo.toml

@@ -7,4 +7,4 @@ edition = "2018"
 # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
 
 [dependencies]
-dioxus-core = { path = "../../packages/core", version = "*" }
+dioxus-core = { path = "../../packages/core", version = "0.1.2" }

+ 1 - 1
packages/ssr/Cargo.toml

@@ -7,7 +7,7 @@ edition = "2018"
 # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
 
 [dependencies]
-dioxus-core = { path = "../core", version = "0.1.0", features = ["serialize"] }
+dioxus-core = { path = "../core", version = "0.1.2", features = ["serialize"] }
 
 
 [dev-dependencies]