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.
2 parents 0a537a6 + 69b05f6 commit 56c0ca6Copy full SHA for 56c0ca6
CHANGES.md
@@ -1,3 +1,8 @@
1
+# sparsevec 0.1.4 (2021-10-20)
2
+
3
+* Upgrade dependencies.
4
5
6
# sparsevec 0.1.3 (2019-12-06)
7
8
* Allow `SparseVec`s to be printed with the debug formatter `{:?}`.
Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "sparsevec"
description = "Compress vectors using row displacement"
-version = "0.1.3"
+version = "0.1.4"
edition = "2018"
authors = ["Lukas Diekmann <[email protected]>"]
repository = "https://github.com/softdevteam/sparsevec/"
0 commit comments