소스 검색

bump core version

Jonathan Kelley 4 년 전
부모
커밋
505fcba7df
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      packages/webview/Cargo.toml

+ 1 - 1
packages/webview/Cargo.toml

@@ -9,7 +9,7 @@ edition = "2018"
 [dependencies]
 [dependencies]
 # web-view = { git = "https://github.com/Boscop/web-view" }
 # web-view = { git = "https://github.com/Boscop/web-view" }
 web-view = "0.7.3"
 web-view = "0.7.3"
-dioxus-core = { path = "../core" }
+dioxus-core = { path = "../core", version = "0.1.2" }
 anyhow = "1.0.38"
 anyhow = "1.0.38"
 argh = "0.1.4"
 argh = "0.1.4"
 serde = "1.0.120"
 serde = "1.0.120"