fix: Add workspace-hack to wal crate

pull/24376/head
Carol (Nichols || Goulding) 2022-11-17 15:20:55 -05:00
parent 28782caea2
commit 5c3c0accb1
No known key found for this signature in database
GPG Key ID: E907EE5A736F87D4
2 changed files with 2 additions and 0 deletions

1
Cargo.lock generated
View File

@ -5927,6 +5927,7 @@ dependencies = [
"tokio",
"tokio-util",
"uuid",
"workspace-hack",
]
[[package]]

View File

@ -23,6 +23,7 @@ tokio = { version = "1.21", features = ["macros", "fs", "io-util", "parking_lot"
tokio-util = "0.7"
observability_deps = { path = "../observability_deps" }
uuid = "1.2"
workspace-hack = { path = "../workspace-hack"}
[dev-dependencies] # In alphabetical order
dml = {path = "../dml"}