Skip to content

Commit

Permalink
fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
sunshowers committed Sep 30, 2022
1 parent 5b4bd59 commit e3de1f2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions target-spec/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit e3de1f2

Please sign in to comment.