We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7074873 commit bd1acb0Copy full SHA for bd1acb0
CHANGES.md
@@ -1,3 +1,9 @@
1
+# packedvec 1.2.5 (2025-03-17)
2
+
3
+* Add an optional bincode dependency, which can be used as an alternative to
4
+ serde for encoding / decoding.
5
6
7
# packedvec 1.2.4 (2021-08-04)
8
9
* Fix bug where a negative minimum value could lead to integer overflow.
Cargo.toml
@@ -2,7 +2,7 @@
name = "packedvec"
description = "Store vectors of integers efficiently"
repository = "https://github.com/softdevteam/packedvec/"
-version = "1.2.4"
+version = "1.2.5"
authors = ["Gabriela Alexandra Moldovan <[email protected]>", "Laurence Tratt <http://tratt.net/laurie/>"]
readme = "README.md"
license = "Apache-2.0/MIT"
0 commit comments