File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -93,6 +93,7 @@ hashql-syntax-jexpr.path = "libs/@local/hashql/syntax-jexpr"
9393type-system.path = " libs/@blockprotocol/type-system/rust"
9494
9595# External dependencies
96+ allocator-api2 = { version = " 0.2.8" , default-features = false }
9697annotate-snippets = { version = " 0.12.8" , default-features = false }
9798ansi-to-html = { version = " 0.2.2" , default-features = false }
9899anstream = { version = " 0.6.21" , default-features = false }
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ text-size = { workspace = true, public = true }
2222# Private workspace dependencies
2323
2424# Private third-party dependencies
25- allocator-api2 = { version = " 0.2.8 " , default-features = false }
25+ allocator-api2 = { workspace = true }
2626anstyle-lossy = { workspace = true }
2727bitvec = { workspace = true , features = [" alloc" ] }
2828bumpalo = { workspace = true }
You can’t perform that action at this time.
0 commit comments