Skip to content

Commit 1517c6b

Browse files
committed
fix(ci): restructure Cargo.toml default/opencl/cuda/full features for pure Rust test compilation
1 parent fe1e1db commit 1517c6b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ crate-type = ["cdylib"]
1818

1919
# Feature flags for optional infrastructure
2020
[features]
21-
default = ["opencl", "cuda", "extension-module"]
22-
opencl = ["ocl", "extension-module"]
23-
cuda = ["libloading", "extension-module"]
21+
default = ["opencl", "cuda"]
22+
opencl = ["ocl"]
23+
cuda = ["libloading"]
2424
extension-module = ["pyo3/extension-module"]
2525
prometheus = ["metrics-exporter-prometheus"]
2626
grpc = ["tonic", "tonic-prost", "prost", "tokio", "prometheus", "sha2"]

0 commit comments

Comments
 (0)