Skip to content

Commit 18eddc5

Browse files
committed
fix GH actions
1 parent 780f6a7 commit 18eddc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/cuid2/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ criterion.workspace = true
3838
num_cpus = "1.15.0"
3939
proptest.workspace = true
4040

41-
[target.wasm32-unknown-unknown.dependencies]
41+
[target.'cfg(target_family = "wasm")'.dependencies]
4242
# Just specified so we can add a feature when the js feature is enabled.
4343
# This works fine on wasm targets other than unknown-unknown
4444
getrandom = { version = "0", features = ["js"] }

0 commit comments

Comments
 (0)