Skip to content

Commit 09a22f6

Browse files
committed
feat: Cargo.toml - removed 'mkl' feature from 'dist' profile for leaner build.
1 parent e77103d commit 09a22f6

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
@@ -60,7 +60,7 @@ eventsource-stream = "0.2.3"
6060

6161
# The profile that 'cargo dist' will build with
6262
[profile.dist]
63-
features = ["accelerate", "mkl"]
63+
features = ["accelerate"]
6464
inherits = "release"
6565
lto = "thin"
6666

0 commit comments

Comments
 (0)