diff --git a/Cargo.lock b/Cargo.lock index c8c7e2b..a2b01f6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,7 +4,7 @@ version = 3 [[package]] name = "hybrid-array" -version = "0.2.0-rc.1" +version = "0.2.0-rc.2" dependencies = [ "typenum", "zeroize", diff --git a/Cargo.toml b/Cargo.toml index 8d6a999..2d5f0f8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hybrid-array" -version = "0.2.0-rc.1" +version = "0.2.0-rc.2" description = """ Hybrid typenum-based and const generic array types designed to provide the flexibility of typenum-based expressions while also allowing interoperability