Skip to content

Commit 303e3b4

Browse files
committed
Try to fix build-std
1 parent bc38e35 commit 303e3b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.cargo/config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[unstable]
2-
build-std = ["std", "panic_abort"]
2+
build-std = ["core", "alloc", "std", "panic_abort"]
33
build-std-features = ["panic_immediate_abort"]
44

55
[target.x86_64-unknown-linux-gnu]

0 commit comments

Comments
 (0)