diff --git a/target-spec/README.md b/target-spec/README.md index 35f17277041..b12fd50de2a 100644 --- a/target-spec/README.md +++ b/target-spec/README.md @@ -40,20 +40,20 @@ assert_eq!(eval("x86_64-unknown-linux-gnu", "x86_64-unknown-linux-gnu"), Ok(Some assert_eq!(eval("x86_64-unknown-linux-gnu", "x86_64-pc-windows-msvc"), Ok(Some(false))); ``` -For more advanced usage, see `Platform` and `TargetSpec`. +For more advanced usage, see [`Platform`] and [`TargetSpec`]. ### Optional features -* **`summaries`**: Adds the `summaries` module to enable serialization of `Platform` and `TargetFeatures`. -* **`proptest1`**: Enables support for property-based testing of `Platform` and - `TargetFeatures` using `proptest`. +* **`summaries`**: Adds the [`summaries`] module to enable serialization of [`Platform`] and [`TargetFeatures`]. +* **`proptest1`**: Enables support for property-based testing of [`Platform`] and + [`TargetFeatures`] using [`proptest`]. ### Minimum supported Rust version The minimum supported Rust version (MSRV) is: * For target-spec 1.0.x: **Rust 1.54**. * For target-spec 1.1.x: **Rust 1.56**. -* For the version on the main branch (currently unreleased): **Rust 1.58** +* For target-spec 1.2.x: **Rust 1.58**. Within the 1.x series, MSRV bumps will be accompanied by a minor version update.