Jonathan Kelley 3 лет назад
Родитель
Сommit
cf378d34d8
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      packages/native-core-macro/Cargo.toml

+ 1 - 1
packages/native-core-macro/Cargo.toml

@@ -17,7 +17,7 @@ proc-macro = true
 [dependencies]
 syn = { version = "1.0.11", features = ["extra-traits"] }
 quote = "1.0"
-dioxus-native-core = { path = "../native-core" }
+dioxus-native-core = { path = "../native-core", version = "^0.2.0" }
 
 [dev-dependencies]
 dioxus-core = { path = "../core", version = "^0.2.1" }