diff options
author | Jussi Pakkanen <jpakkane@gmail.com> | 2017-05-13 22:51:43 +0300 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2017-05-13 22:51:43 +0300 |
commit | c2282f93824f2f983ea05aace3e3409c897f4384 (patch) | |
tree | 333d12f6ad1c488151fa877ab99f725ca16e6ce3 /docs | |
parent | 84012a509939d3babb741f0f61aec921e3ec34e4 (diff) | |
parent | 4ad9f2660864e00fa2a0220d3cf9bf0754a23c3e (diff) | |
download | meson-c2282f93824f2f983ea05aace3e3409c897f4384.zip meson-c2282f93824f2f983ea05aace3e3409c897f4384.tar.gz meson-c2282f93824f2f983ea05aace3e3409c897f4384.tar.bz2 |
Merged rust_args branch.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/markdown/Release-notes-for-0.41.0.md | 3 |
1 files changed, 3 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 c93fee8..a96ded0 100644 --- a/docs/markdown/Release-notes-for-0.41.0.md +++ b/docs/markdown/Release-notes-for-0.41.0.md @@ -53,3 +53,6 @@ other build systems. Currently this only works for projects using Git and only with the Ninja backend. +## Support for passing arguments to Rust compiler + +Targets for building rust now take a `rust_args` keyword. |