diff options
| author | Laurenz <laurmaedje@gmail.com> | 2024-09-10 15:47:22 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-09-10 13:47:22 +0000 |
| commit | a82256c585072f5a7eba6fb71ca8e93f94c42693 (patch) | |
| tree | 1c3e54fa7f01cb00067fa3e451c8354ad77f61f0 /Cargo.toml | |
| parent | 40fcd97d584fc1dfa6446bc4922d3b1e440e0afd (diff) | |
Flow collection phase (#4931)
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -33,7 +33,7 @@ arrayvec = "0.7.4" az = "1.2" base64 = "0.22" bitflags = { version = "2", features = ["serde"] } -bumpalo = { version = "3", features = ["collections"] } +bumpalo = { version = "3", features = ["boxed", "collections"] } bytemuck = "1" chinese-number = { version = "0.7.2", default-features = false, features = ["number-to-chinese"] } chrono = { version = "0.4.24", default-features = false, features = ["clock", "std"] } |
