diff --git a/Cargo.lock b/Cargo.lock index e3cb022..4fd093c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,7 +4,7 @@ version = 3 [[package]] name = "castaway" -version = "0.2.2" +version = "0.2.3" dependencies = [ "paste", "rustversion", diff --git a/Cargo.toml b/Cargo.toml index 8094c01..adc8ae2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "castaway" -version = "0.2.2" +version = "0.2.3" description = "Safe, zero-cost downcasting for limited compile-time specialization." authors = ["Stephen M. Coakley "] license = "MIT"