Skip to content

Commit

Permalink
release: 0.6.0-rc3
Browse files Browse the repository at this point in the history
  • Loading branch information
jmg-duarte committed Aug 15, 2024
1 parent f88c6c8 commit 1c33a41
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Contributing to `sealed`

- Ensure you're using Rust 1.56.0 to develop and test.
- Ensure you're using Rust 1.61.0 to develop and test.
This is required because we test macro error messages, which are not stable across
compiler versions. Pinning the version everyone uses when developing `sealed` was the
solution I found. If you know of a better solution,
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sealed"
version = "0.6.0-rc2"
version = "0.6.0-rc3"
authors = ["José Duarte <[email protected]>"]
license = "MIT OR Apache-2.0"
description = "Macro for sealing traits and structures"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

[<img alt="" src="https://img.shields.io/badge/docs.rs-sealed-success?style=flat-square">](https://docs.rs/sealed)
[<img alt="" src="https://img.shields.io/crates/v/sealed?style=flat-square">](https://crates.io/crates/sealed)
<img alt="MSRV 1.56.0" src="https://img.shields.io/badge/msrv-1.56.0-blue?style=flat-square">
<img alt="MSRV 1.61.0" src="https://img.shields.io/badge/msrv-1.61.0-blue?style=flat-square">

This crate provides a convenient and simple way to implement the sealed trait pattern,
as described in the Rust API Guidelines [[1](https://rust-lang.github.io/api-guidelines/future-proofing.html#sealed-traits-protect-against-downstream-implementations-c-sealed)].
Expand Down
2 changes: 1 addition & 1 deletion rust-toolchain
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.56.0
1.61.0

0 comments on commit 1c33a41

Please sign in to comment.