Skip to content

Commit

Permalink
add cargo config (needed for cargo publish)
Browse files Browse the repository at this point in the history
  • Loading branch information
kiffie committed Jun 29, 2023
1 parent 8cfb4bf commit 34e805d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions mips-mcu-alloc/.cargo/config
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[build]
target = "mipsel-unknown-none"

[unstable]
build-std = ["core", "compiler_builtins", "alloc"]

0 comments on commit 34e805d

Please sign in to comment.