Skip to content

Commit 441640e

Browse files
committed
fix: set default features is std
1 parent fc1ba48 commit 441640e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bintensors/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ sha1 = "0.10.6"
4040

4141

4242
[features]
43-
default = ["alloc"]
43+
default = ["std"]
4444
std = ["bincode/std", "serde/std"]
4545
alloc = ["bincode/alloc", "serde/alloc", "hashbrown"]
4646

0 commit comments

Comments
 (0)