diff options
Diffstat (limited to 'vendor/thin-vec/Cargo.toml')
-rw-r--r-- | vendor/thin-vec/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/thin-vec/Cargo.toml b/vendor/thin-vec/Cargo.toml index 8361d94d4..01b84e4ca 100644 --- a/vendor/thin-vec/Cargo.toml +++ b/vendor/thin-vec/Cargo.toml @@ -12,7 +12,7 @@ [package] edition = "2018" name = "thin-vec" -version = "0.2.9" +version = "0.2.12" authors = ["Aria Beingessner <a.beingessner@gmail.com>"] description = "A vec that takes up less space on the stack" homepage = "https://github.com/gankra/thin-vec" |