From e62acb820cb58a0130a6f8b6fef22cfa78258b29 Mon Sep 17 00:00:00 2001 From: Ratan Kaliani Date: Fri, 20 Dec 2024 18:38:36 -0800 Subject: [PATCH] add --- crates/sdk/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/sdk/Cargo.toml b/crates/sdk/Cargo.toml index e1156d7ce..d8e8f7e14 100644 --- a/crates/sdk/Cargo.toml +++ b/crates/sdk/Cargo.toml @@ -56,7 +56,7 @@ backoff = { version = "0.4", features = ["tokio"], optional = true } [dev-dependencies] test-artifacts = { workspace = true } -tokio-test = { version = "0.4"} +tokio-test = { version = "0.4" } [features] default = ["cuda", "network"]