Skip to content

Commit

Permalink
[target-spec] prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
sunshowers committed Jun 26, 2023
1 parent d3e4926 commit 149c6e3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions target-spec/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,7 @@ This was mistakenly published and was yanked.

- Initial release.

[3.0.0]: https://github.com/guppy-rs/guppy/releases/tag/target-spec-3.0.0
[2.0.1]: https://github.com/guppy-rs/guppy/releases/tag/target-spec-2.0.1
[2.0.0]: https://github.com/guppy-rs/guppy/releases/tag/target-spec-2.0.0
[1.4.0]: https://github.com/guppy-rs/guppy/releases/tag/target-spec-1.4.0
Expand Down
4 changes: 2 additions & 2 deletions target-spec/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@ For more advanced usage, see `Platform` and `TargetSpec`.
### Minimum supported Rust version

The minimum supported Rust version (MSRV) is:
* For target-spec 2.0.x: **Rust 1.66**.
* For target-spec 3.0.x: **Rust 1.66**.

Within the 2.x series, MSRV bumps will be accompanied by a minor version update.
Within the 3.x series, MSRV bumps will be accompanied by a minor version update.

### Related crates

Expand Down
4 changes: 2 additions & 2 deletions target-spec/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@
//! ## Minimum supported Rust version
//!
//! The minimum supported Rust version (MSRV) is:
//! * For target-spec 2.0.x: **Rust 1.66**.
//! * For target-spec 3.0.x: **Rust 1.66**.
//!
//! Within the 2.x series, MSRV bumps will be accompanied by a minor version update.
//! Within the 3.x series, MSRV bumps will be accompanied by a minor version update.
//!
//! ## Related crates
//!
Expand Down

0 comments on commit 149c6e3

Please sign in to comment.