New:Socket for Asana Is Now Available.Learn more
Sign In

zerovec

Package Overview
Dependencies
Maintainers
1
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

zerovec - cargo Package Compare versions

Comparing version
0.11.3
to
0.11.4
+1
-1
.cargo_vcs_info.json
{
"git": {
"sha1": "e46f9841b745b8148086b43daaf853692de26f67"
"sha1": "23b31cd3b6fe6d6d58e9211e0c87689194638efd"
},
"path_in_vcs": "utils/zerovec"
}

@@ -900,3 +900,3 @@ # This file is automatically @generated by Cargo.

name = "zerovec"
version = "0.11.3"
version = "0.11.4"
dependencies = [

@@ -903,0 +903,0 @@ "bincode",

@@ -16,3 +16,3 @@ # THIS FILE IS AUTOMATICALLY GENERATED BY CARGO

name = "zerovec"
version = "0.11.3"
version = "0.11.4"
authors = ["The ICU4X Project Developers"]

@@ -19,0 +19,0 @@ build = false

@@ -175,3 +175,3 @@ // This file is part of ICU4X. For terms of use, please see the file

self.buf.as_mut().as_mut_ptr(),
core::cmp::max(max, self.buf.as_ref().len()),
core::cmp::min(max, self.buf.as_ref().len()),
))

@@ -178,0 +178,0 @@ };

Sorry, the diff of this file is not supported yet