Skip to content

Commit

Permalink
Fix libc_alloc linking (#5119)
Browse files Browse the repository at this point in the history
  • Loading branch information
Manishearth authored Jun 25, 2024
1 parent 30c23cd commit 5eb16ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ffi/capi/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -143,8 +143,8 @@ log = { workspace = true, optional = true }
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
# Logging uses diplomat_runtime bindings in wasm, we only need this for native
simple_logger = { workspace = true, optional = true }
libc_alloc = { workspace = true, features = ["global"], optional = true }

[target.'cfg(not(any(target_arch = "wasm32", target_os = "none")))'.dependencies]
icu_provider_fs = { workspace = true, optional = true }

libc_alloc = { workspace = true, features = ["global"], optional = true }

0 comments on commit 5eb16ba

Please sign in to comment.