| { | ||
| "git": { | ||
| "sha1": "7e5fdc451879976acef1028f0b92b71f21eadd34" | ||
| "sha1": "a589826b9b1d63a1a93a1bb6a057418dc442cb17" | ||
| } | ||
| } |
+1
-1
@@ -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
-0
@@ -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