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