Skip to content

Commit ff28a9b

Browse files
authored
Fix cfg for concurrent-queue dependency (#18)
1 parent 01a947f commit ff28a9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ features = [
3434
"Win32_System_Console",
3535
]
3636

37-
[target.'cfg(target_os = "linux")'.dependencies]
37+
[target.'cfg(any(target_os = "android", target_os = "linux"))'.dependencies]
3838
concurrent-queue = "2.2.0"
3939

4040
[dev-dependencies]

0 commit comments

Comments
 (0)