Skip to content

Commit 4520cc7

Browse files
committed
Prepare a 1.2.5 release.
1 parent e1dd03e commit 4520cc7

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGES.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
17
# packedvec 1.2.4 (2021-08-04)
28

39
* Fix bug where a negative minimum value could lead to integer overflow.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "packedvec"
33
description = "Store vectors of integers efficiently"
44
repository = "https://github.com/softdevteam/packedvec/"
5-
version = "1.2.4"
5+
version = "1.2.5"
66
authors = ["Gabriela Alexandra Moldovan <[email protected]>", "Laurence Tratt <http://tratt.net/laurie/>"]
77
readme = "README.md"
88
license = "Apache-2.0/MIT"
@@ -14,4 +14,4 @@ serde = { version="1.0", features=["derive"], optional=true }
1414
bincode = { version="2.0", features=["derive"], optional=true }
1515

1616
[dev-dependencies]
17-
rand = "0.3"
17+
rand = "0.5"

0 commit comments

Comments
 (0)