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