Skip to content

Commit 7b39419

Browse files
committed
Don't enable std implicitly, branch on the alloc format line based on borsh
1 parent 812c83a commit 7b39419

7 files changed

Lines changed: 321 additions & 229 deletions

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ name = "arraystring"
4646
harness = false
4747

4848
[features]
49-
default = ["std"]
49+
default = []
5050
std = []
5151

5252
[profile.bench]

0 commit comments

Comments
 (0)