diff options
author | Patrick Griffis <tingping@tingping.se> | 2017-05-08 15:27:22 -0400 |
---|---|---|
committer | Patrick Griffis <tingping@tingping.se> | 2017-05-08 15:28:25 -0400 |
commit | 4ad9f2660864e00fa2a0220d3cf9bf0754a23c3e (patch) | |
tree | 8ff08b0ea005b98f21a63779a3bcdb117df5cfab | |
parent | 55dd31809e07feaddfc79532d4d71e99b3d951d4 (diff) | |
download | meson-4ad9f2660864e00fa2a0220d3cf9bf0754a23c3e.zip meson-4ad9f2660864e00fa2a0220d3cf9bf0754a23c3e.tar.gz meson-4ad9f2660864e00fa2a0220d3cf9bf0754a23c3e.tar.bz2 |
docs: Add rust_args entry to release notes
-rw-r--r-- | docs/markdown/Release-notes-for-0.41.0.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/markdown/Release-notes-for-0.41.0.md b/docs/markdown/Release-notes-for-0.41.0.md index a2a64de..2b7469a 100644 --- a/docs/markdown/Release-notes-for-0.41.0.md +++ b/docs/markdown/Release-notes-for-0.41.0.md @@ -24,3 +24,7 @@ The ninja backend now quotes special characters that may be interpreted by ninja itself, providing better interoperability with custom commands. This support may not be perfect; please report any issues found with special characters to the issue tracker. + +## Support for passing arguments to Rust compiler + +Targets for building rust now take a `rust_args` keyword.
\ No newline at end of file |