-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make planus work in a
no_std
context (#32)
* Update the cargo planus command * Make planus work in a no_std context * Remove fixed TODO
- Loading branch information
1 parent
e8a89c4
commit 4045ed9
Showing
14 changed files
with
359 additions
and
273 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
[alias] | ||
planus = ["run", "--bin", "planus", "--"] | ||
planus = ["run", "-p", "planus-cli", "--bin", "planus", "--"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.