oxc/crates/oxc_allocator
overlookmotel 514228ad42
deps(allocator): disable serde dep by default (#3120)
`oxc_allocator` currently depends on `serde`, although it's generally
not required.

This PR puts the dependency behind a feature `serialize`.

NB: `serde` is needed for the crate's tests, but this can be enabled by
adding it to `dev-dependencies` and putting the impls behind
`#[cfg(any(feature = "serialize", test))]`.
2024-04-28 22:17:32 +08:00
..
src deps(allocator): disable serde dep by default (#3120) 2024-04-28 22:17:32 +08:00
Cargo.toml deps(allocator): disable serde dep by default (#3120) 2024-04-28 22:17:32 +08:00
CHANGELOG.md Release crates v0.12.5 2024-04-22 12:52:17 +08:00