Skip to content

Commit 71ca68f

Browse files
committed
use the least latent builder
1 parent 8b9fc47 commit 71ca68f

File tree

4 files changed

+178
-152
lines changed

4 files changed

+178
-152
lines changed

Cargo.lock

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/hotshot/task-impls/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ tracing = { workspace = true }
4343
url = { workspace = true }
4444
vbs = { workspace = true }
4545
vec1 = { workspace = true }
46+
tokio-util = { workspace = true }
4647

4748
[lints]
4849
workspace = true

crates/hotshot/task-impls/src/builder.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ impl From<BuilderApiError> for BuilderClientError {
6060
}
6161

6262
/// Client for builder API
63+
#[derive(Clone)]
6364
pub struct BuilderClient<TYPES: NodeType, Ver: StaticVersionType> {
6465
/// Underlying surf_disco::Client for the legacy builder api
6566
client: Client<BuilderApiError, Ver>,

0 commit comments

Comments
 (0)