소스 검색

publish: remove wildcards

Jonathan Kelley 3 년 전
부모
커밋
10d335a
2개의 변경된 파일1개의 추가작업 그리고 4개의 파일을 삭제
  1. 1 1
      Cargo.toml
  2. 0 3
      packages/ssr/Cargo.toml

+ 1 - 1
Cargo.toml

@@ -48,7 +48,7 @@ anyhow = "1.0.42"
 
 [target.'cfg(not(target_arch = "wasm32"))'.dev-dependencies]
 argh = "0.1.5"
-env_logger = "*"
+env_logger = "0.9.0"
 async-std = { version = "1.9.0", features = ["attributes"] }
 rand = { version = "0.8.4", features = ["small_rng"] }
 gloo-timers = "0.2.1"

+ 0 - 3
packages/ssr/Cargo.toml

@@ -13,7 +13,6 @@ dioxus-core = { path = "../core", version = "0.1.2", features = ["serialize"] }
 [dev-dependencies]
 dioxus-hooks = { path = "../hooks" }
 dioxus-html = { path = "../html" }
-tide-websockets = "*"
 thiserror = "1.0.23"
 log = "0.4.13"
 fern = { version = "0.6.0", features = ["colored"] }
@@ -21,6 +20,4 @@ anyhow = "1.0"
 argh = "0.1.4"
 serde = "1.0.120"
 serde_json = "1.0.61"
-async-std = { version = "1.9.0", features = ["attributes"] }
-tide = "0.16.0"
 fs_extra = "1.2.0"