Skip to content

Commit 2441eba

Browse files
authored
Merge pull request #1 from ingonyama-zk/fix/remove-default-cuda-backend
Remove cuda_backend from default features
2 parents ed93e21 + 94fe8ca commit 2441eba

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

wrappers/rust/icicle-curves/icicle-bn254/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ serial_test = "3.0.0"
2020
cmake = "0.1.50"
2121

2222
[features]
23-
default = ["cuda_backend"]
23+
default = []
2424
no_g2 = []
2525
no_ecntt = []
2626
cuda_backend = ["icicle-runtime/cuda_backend"]

wrappers/rust/icicle-runtime/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ cmake = "0.1.50"
1818
# Enabling backend features means building them with the ICICLE frontend.
1919
# Sources must be either local (under icicle/backend) or pulled during the build process.
2020
# Note: Backend repositories are private and not meant for user workflows. Users should install backends directly instead.
21-
default = ["cuda_backend"]
21+
default = []
2222
cuda_backend = []
2323
pull_cuda_backend = []
2424
metal_backend = []

0 commit comments

Comments
 (0)