| { | ||
| "git": { | ||
| "sha1": "b669472014bd90751fe542d6ac4d3b776129adf5" | ||
| "sha1": "cbe2c692782d772f7c2fd8be0972bf9b91889a97" | ||
| }, | ||
| "path_in_vcs": "" | ||
| } |
+1
-1
@@ -7,3 +7,3 @@ # This file is automatically @generated by Cargo. | ||
| name = "bstr" | ||
| version = "1.11.2" | ||
| version = "1.11.3" | ||
| dependencies = [ | ||
@@ -10,0 +10,0 @@ "memchr", |
+1
-1
@@ -16,3 +16,3 @@ # THIS FILE IS AUTOMATICALLY GENERATED BY CARGO | ||
| name = "bstr" | ||
| version = "1.11.2" | ||
| version = "1.11.3" | ||
| authors = ["Andrew Gallant <jamslam@gmail.com>"] | ||
@@ -19,0 +19,0 @@ build = false |
+2
-2
@@ -55,4 +55,4 @@ macro_rules! impl_partial_eq { | ||
| fn eq(&self, other: &$lhs) -> bool { | ||
| let this: &[u8] = (&**other).as_ref(); | ||
| PartialEq::eq(this, self.as_bytes()) | ||
| let this: &[u8] = (&**self).as_ref(); | ||
| PartialEq::eq(this, other.as_bytes()) | ||
| } | ||
@@ -59,0 +59,0 @@ } |
Sorry, the diff of this file is not supported yet