From 1c33a418a4174be1fdc2f7dd65705bf4e585c71f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jose=CC=81=20Duarte?= Date: Thu, 15 Aug 2024 17:06:41 +0100 Subject: [PATCH] release: 0.6.0-rc3 --- CONTRIBUTING.md | 2 +- Cargo.lock | 2 +- Cargo.toml | 2 +- README.md | 2 +- rust-toolchain | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 2bf75ba..cc6ed54 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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, diff --git a/Cargo.lock b/Cargo.lock index 1de8418..84994a0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -68,7 +68,7 @@ checksum = "f98d2aa92eebf49b69786be48e4477826b256916e84a57ff2a4f21923b48eb4c" [[package]] name = "sealed" -version = "0.6.0-rc2" +version = "0.6.0-rc3" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index a967110..1a3b94b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sealed" -version = "0.6.0-rc2" +version = "0.6.0-rc3" authors = ["José Duarte "] license = "MIT OR Apache-2.0" description = "Macro for sealing traits and structures" diff --git a/README.md b/README.md index 1475403..4854176 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ [](https://docs.rs/sealed) [](https://crates.io/crates/sealed) -MSRV 1.56.0 +MSRV 1.61.0 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)]. diff --git a/rust-toolchain b/rust-toolchain index 3ebf789..91951fd 100644 --- a/rust-toolchain +++ b/rust-toolchain @@ -1 +1 @@ -1.56.0 +1.61.0