]> git.proxmox.com Git - cargo.git/commitdiff
Add a CHANGELOG entry
authorDirkjan Ochtman <dirkjan@ochtman.nl>
Mon, 2 Aug 2021 09:28:47 +0000 (11:28 +0200)
committerDirkjan Ochtman <dirkjan@ochtman.nl>
Mon, 2 Aug 2021 11:38:58 +0000 (13:38 +0200)
CHANGELOG.md

index fce54d5df0f2bc0302e098eba9fd57b4e817ff95..a3d9e80c594362dcaf6af11ae8b0044989f6821f 100644 (file)
@@ -5,6 +5,8 @@
 
 ### Added
 
+- Added support for the [`rust-version`](https://doc.rust-lang.org/nightly/cargo/reference/manifest.html#the-rust-version-field)
+  field in a crate's metadata and the `--ignore-rust-version` command line option.
 - Build scripts can now pass additional linker arguments for binaries or all
   linkable targets. [docs](https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#outputs-of-the-build-script)
   [#9557](https://github.com/rust-lang/cargo/pull/9557)