feat: bumpalo

This commit is contained in:
2025-05-23 12:09:53 +08:00
parent 53cbb37b00
commit a47a08b051
12 changed files with 130 additions and 127 deletions

View File

@@ -25,11 +25,11 @@ rnix = "0.12"
thiserror = "2.0"
itertools = "0.14"
rpds = "1.1"
derive_more = { version = "2.0", features = [ "full" ] }
derive_more = { version = "2.0", features = ["full"] }
ecow = "0.2"
regex = "1.11"
hashbrown = "0.15"
inkwell = { version = "0.6.0", features = ["llvm18-1"] }
bumpalo = { version = "3.17", features = ["allocator-api2"] }
rustyline = { version = "15.0", optional = true }