From 6a144593d952e798d653cd1c60f018b42f1fc957 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jose=CC=81=20Duarte?= Date: Thu, 15 Aug 2024 16:24:19 +0100 Subject: [PATCH] release: 0.6.0-rc1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * adds support for supertrait's associated types — #22 * remove dependency on heck --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 53ce67b..ff92523 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -68,7 +68,7 @@ checksum = "f98d2aa92eebf49b69786be48e4477826b256916e84a57ff2a4f21923b48eb4c" [[package]] name = "sealed" -version = "0.5.0" +version = "0.6.0-rc1" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index f439e12..e2389ed 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sealed" -version = "0.5.0" +version = "0.6.0-rc1" authors = ["José Duarte "] license = "MIT OR Apache-2.0" description = "Macro for sealing traits and structures"