Skip to content

Commit 7be86eb

Browse files
committed
Remove parallel feature from cc
1 parent d8090de commit 7be86eb

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
@@ -18,4 +18,4 @@ ucid = [] # accept UniCode IDentifiers
1818
members = ["testcrate"]
1919

2020
[dependencies]
21-
cc = { version = "1.2", features = ["parallel"] }
21+
cc = "1.2"

0 commit comments

Comments
 (0)