From 37a32450c42c7717454e170070c6f59ebceafe4d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jose=CC=81=20Duarte?= Date: Sun, 6 Oct 2024 17:17:10 +0100 Subject: [PATCH] release: 0.6.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 84994a0..727ea1e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -68,7 +68,7 @@ checksum = "f98d2aa92eebf49b69786be48e4477826b256916e84a57ff2a4f21923b48eb4c" [[package]] name = "sealed" -version = "0.6.0-rc3" +version = "0.6.0" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index 1a3b94b..19576b7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sealed" -version = "0.6.0-rc3" +version = "0.6.0" authors = ["José Duarte "] license = "MIT OR Apache-2.0" description = "Macro for sealing traits and structures"