Sign In

bitvec

Package Overview
Dependencies
Maintainers
1
Versions
61
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bitvec - cargo Package Compare versions

Package version was removed
This package version has been unpublished, mostly likely due to security reasons
Comparing version
0.11.0
to
0.11.1
+1
-1
.cargo_vcs_info.json
{
"git": {
"sha1": "7e5fdc451879976acef1028f0b92b71f21eadd34"
"sha1": "a589826b9b1d63a1a93a1bb6a057418dc442cb17"
}
}

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

name = "bitvec"
version = "0.11.0"
version = "0.11.1"
authors = ["myrrlyn <self@myrrlyn.dev>"]

@@ -19,0 +19,0 @@ description = "A crate for manipulating memory, bit by bit"

@@ -7,2 +7,7 @@ # Changelog

## 0.11.1
[Issue #12]: I left in an `eprintln!` statement from debugging
`BitSlice::set_all`. Thanks to GitHub user [@koushiro] for the report.
## 0.11.0

@@ -321,2 +326,3 @@

[@geq1t]: https://github.com/geq1t
[@koushiro]: https://github.com/koushiro
[@overminder]: https://github.com/overminder

@@ -329,2 +335,3 @@ [@ratorx]: https://github.com/ratorx

[Issue #10]: https://github.com/myrrlyn/bitvec/issues/10
[Issue #12]: https://github.com/myrrlyn/bitvec/issues/12
[kac]: https://keepachangelog.com/en/1.0.0/

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display