Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 3bfc0f7

Browse files
committedMar 13, 2024
fixing windows bug
1 parent c5eb3cb commit 3bfc0f7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

‎Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@ protobuf = "3.4.0"
3737
serde = { version = "1", features = ["derive"] }
3838
serde_json = "1"
3939
tokio = { version = "1", features = ["full"] }
40+
41+
42+
[target.'cfg(all(not(target_arch = "wasm32"), not(target_os = "windows")))'.dependencies]
4043
uname = "0.1.1"
4144

4245
# Non-feature optional dependencies

0 commit comments

Comments
 (0)
Please sign in to comment.