fix: adopt workspace_hack for the statvfs preload

This commit is contained in:
Christian Schwarz
2023-03-29 18:07:02 +02:00
parent f75ee57aa6
commit 87e439b6de
2 changed files with 2 additions and 0 deletions

1
Cargo.lock generated
View File

@@ -3743,6 +3743,7 @@ dependencies = [
"serde",
"serde_json",
"walkdir",
"workspace_hack",
]
[[package]]

View File

@@ -14,3 +14,4 @@ regex.workspace = true
serde.workspace = true
serde_json.workspace = true
walkdir.workspace = true
workspace_hack = { version = "0.1", path = "../../workspace_hack" }