make CI happy

This commit is contained in:
Christian Schwarz
2023-12-20 15:53:21 +00:00
parent c417a23dd0
commit 5f7e821a62
2 changed files with 4 additions and 1 deletions

1
Cargo.lock generated
View File

@@ -3089,6 +3089,7 @@ dependencies = [
"tokio",
"tracing",
"utils",
"workspace_hack",
]
[[package]]

View File

@@ -1,7 +1,8 @@
[package]
name = "pagebench"
version = "0.1.0"
edition = "2021"
edition.workspace = true
license.workspace = true
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
@@ -22,3 +23,4 @@ pageserver = { path = ".." }
pageserver_client.workspace = true
pageserver_api.workspace = true
utils = { path = "../../libs/utils/" }
workspace_hack = { version = "0.1", path = "../../workspace_hack" }