Skip to content

Commit 68a5b7e

Browse files
authored
revert
Removed 'std' feature from cubecl-runtime dependency.
1 parent a762ab7 commit 68a5b7e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

crates/cubecl-wgpu/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,6 @@ cubecl-common = { path = "../cubecl-common", version = "0.9.0-pre.2", default-fe
9090
cubecl-core = { path = "../cubecl-core", version = "0.9.0-pre.2", default-features = false }
9191
cubecl-runtime = { path = "../cubecl-runtime", version = "0.9.0-pre.2", default-features = false, features = [
9292
"channel-mutex",
93-
"std",
9493
] }
9594
derive_more = { workspace = true }
9695
half = { workspace = true }

0 commit comments

Comments
 (0)