🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

arrayvec

Package Overview
Dependencies
Maintainers
1
Versions
57
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

arrayvec - cargo Package Compare versions

Comparing version
0.7.7
to
0.7.8
+1
-1
.cargo_vcs_info.json
{
"git": {
"sha1": "8267e7e5614569192bd794fea9e88f85ed913eb8"
"sha1": "0cb664cf505844348538230479b0040b44f3faf1"
},
"path_in_vcs": ""
}

@@ -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",

@@ -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

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 @@

@@ -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