diff --git a/Cargo.toml b/Cargo.toml index 2f8471d..61c094c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "tinyvec" description = "`tinyvec` provides 100% safe vec-like data structures." -version = "1.6.0" +version = "1.6.1" authors = ["Lokathor "] edition = "2018" license = "Zlib OR Apache-2.0 OR MIT"