diff --git a/Cargo.lock b/Cargo.lock index ff92523..1de8418 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -68,7 +68,7 @@ checksum = "f98d2aa92eebf49b69786be48e4477826b256916e84a57ff2a4f21923b48eb4c" [[package]] name = "sealed" -version = "0.6.0-rc1" +version = "0.6.0-rc2" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index 3839577..a967110 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sealed" -version = "0.6.0-rc1" +version = "0.6.0-rc2" authors = ["José Duarte "] license = "MIT OR Apache-2.0" description = "Macro for sealing traits and structures"