We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73498ba commit a39c5cfCopy full SHA for a39c5cf
src/tools/run-make-support/CHANGELOG.md
@@ -10,6 +10,12 @@ changes to the support library).
10
This support library will probably never reach 1.0. Please bump the minor version in `Cargo.toml` if
11
you make any breaking changes or other significant changes, or bump the patch version for bug fixes.
12
13
+## [0.2.0] - 2024-06-09
14
+
15
+### Changed
16
17
+- Marked many functions with `#[must_use]`, and rmake.rs are now compiled with `-Dmust_use`.
18
19
## [0.1.0] - 2024-06-09
20
21
### Changed
0 commit comments