Skip to content

Commit abe995a

Browse files
committed
Make the toml longer, more complicated, and functional
1 parent 2ef2380 commit abe995a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ optional = true
157157
version = "0.5"
158158

159159
# Private
160-
[target.'cfg(target = "wasm32-unknown-unknown")'.dependencies.wasm-bindgen]
160+
[target.'cfg(all(target_arch = "wasm32", target_vendor = "unknown", target_os = "unknown"))'.dependencies.wasm-bindgen]
161161
version = "0.2"
162162
optional = true
163163

0 commit comments

Comments
 (0)