We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 683b3ee commit cd7d510Copy full SHA for cd7d510
Changelog.md
@@ -9,6 +9,7 @@
9
- Remove support for `bootloader_precompiled`
10
- The `bootloader` crate compiles fine on all architectures for some time and should be prefered
11
- Require the `llvm-tools-preview` rustup component
12
+- Pass the QEMU exit code in `bootimage run`
13
14
## Other
15
@@ -20,6 +21,8 @@
20
21
- Refactor and cleanup the code
22
- Remove the dependency on `failure`
23
- Use a custom `ErrorString` type instead
24
+- Add a new `run-args` config key
25
+- Add a new `--quiet` argument to suppress output
26
27
# 0.6.6
28
0 commit comments