| { | ||
| "git": { | ||
| "sha1": "8267e7e5614569192bd794fea9e88f85ed913eb8" | ||
| "sha1": "0cb664cf505844348538230479b0040b44f3faf1" | ||
| }, | ||
| "path_in_vcs": "" | ||
| } |
+1
-1
@@ -5,3 +5,3 @@ # This file is automatically @generated by Cargo. | ||
| name = "arrayvec" | ||
| version = "0.7.7" | ||
| version = "0.7.8" | ||
| dependencies = [ | ||
@@ -8,0 +8,0 @@ "bencher", |
+1
-1
@@ -16,3 +16,3 @@ # THIS FILE IS AUTOMATICALLY GENERATED BY CARGO | ||
| name = "arrayvec" | ||
| version = "0.7.7" | ||
| version = "0.7.8" | ||
| authors = ["bluss"] | ||
@@ -19,0 +19,0 @@ build = false |
+4
-0
| Recent Changes (arrayvec) | ||
| ========================= | ||
| ## 0.7.8 | ||
| - Fix tests on 32-bit architectures by skipping them by [@decathorpe](https://github.com/decathorpe) [#312](https://github.com/bluss/arrayvec/pull/312). | ||
| ## 0.7.7 | ||
@@ -5,0 +9,0 @@ |
+2
-2
@@ -759,3 +759,3 @@ extern crate arrayvec; | ||
| #[should_panic(expected="largest supported capacity")] | ||
| #[cfg(not(target_pointer_width = "16"))] | ||
| #[cfg(not(any(target_pointer_width = "16", target_pointer_width = "32")))] | ||
| #[test] | ||
@@ -768,3 +768,3 @@ fn deny_max_capacity_arrayvec_value() { | ||
| #[should_panic(expected="index out of bounds")] | ||
| #[cfg(not(target_pointer_width = "16"))] | ||
| #[cfg(not(any(target_pointer_width = "16", target_pointer_width = "32")))] | ||
| #[test] | ||
@@ -771,0 +771,0 @@ fn deny_max_capacity_arrayvec_value_const() { |
Sorry, the diff of this file is not supported yet