Skip to content

Commit 1366054

Browse files
authored
Revert "chore(next-swc-napi): Remove unused(?) rlib target" (#75745)
Reverts #75707 canary builds timed out
1 parent a997f43 commit 1366054

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/napi/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ version = "0.0.0"
55
publish = false
66

77
[lib]
8-
crate-type = ["cdylib"]
8+
crate-type = ["cdylib", "rlib"]
99

1010
[features]
1111
# Instead of enabling all the plugin-related functionality by default, make it

0 commit comments

Comments
 (0)