mirror of
https://github.com/swc-project/swc.git
synced 2024-11-24 10:12:42 +03:00
feat(swc_common): Allow dylib
(#2628)
swc_common: - Add `dylib` to `crate-type`.
This commit is contained in:
parent
74aa0068db
commit
04238d0b93
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -2490,7 +2490,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_common"
|
||||
version = "0.14.3"
|
||||
version = "0.14.4"
|
||||
dependencies = [
|
||||
"ahash",
|
||||
"arbitrary",
|
||||
|
@ -6,7 +6,10 @@ edition = "2018"
|
||||
license = "Apache-2.0/MIT"
|
||||
name = "swc_common"
|
||||
repository = "https://github.com/swc-project/swc.git"
|
||||
version = "0.14.3"
|
||||
version = "0.14.4"
|
||||
|
||||
[lib]
|
||||
crate-type = ["lib", "dylib"]
|
||||
|
||||
[features]
|
||||
concurrent = ["parking_lot"]
|
||||
|
Loading…
Reference in New Issue
Block a user