Skip to content

Commit a2e9e98

Browse files
committed
fix: allocator api dependency placement
1 parent e26fd32 commit a2e9e98

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ hashql-syntax-jexpr.path = "libs/@local/hashql/syntax-jexpr"
9393
type-system.path = "libs/@blockprotocol/type-system/rust"
9494

9595
# External dependencies
96+
allocator-api2 = { version = "0.2.8", default-features = false }
9697
annotate-snippets = { version = "0.12.8", default-features = false }
9798
ansi-to-html = { version = "0.2.2", default-features = false }
9899
anstream = { version = "0.6.21", default-features = false }

libs/@local/hashql/core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 }
2626
anstyle-lossy = { workspace = true }
2727
bitvec = { workspace = true, features = ["alloc"] }
2828
bumpalo = { workspace = true }

0 commit comments

Comments
 (0)