We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da63a0c commit abddcd2Copy full SHA for abddcd2
crates/oxc_allocator/Cargo.toml
@@ -21,9 +21,9 @@ doctest = false
21
[dependencies]
22
allocator-api2 = { workspace = true }
23
bumpalo = { workspace = true, features = ["allocator-api2", "collections"] }
24
-simdutf8 = { workspace = true }
25
hashbrown = { workspace = true, features = ["allocator-api2"] }
26
rustc-hash = { workspace = true }
+simdutf8 = { workspace = true }
27
28
serde = { workspace = true, optional = true }
29
0 commit comments