Skip to content

Commit 58702f7

Browse files
committed
chore: remove cuda as default feature
1 parent b51f89c commit 58702f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ yahoo_finance_api = { version = "2.3.0", optional = true }
7474

7575
[features]
7676
cuda = ["dep:cudarc", "dep:libloading"]
77-
default = ["cuda"]
77+
default = []
7878
jemalloc = ["dep:tikv-jemallocator"]
7979
malliavin = []
8080
mimalloc = ["dep:mimalloc"]

0 commit comments

Comments
 (0)