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 09ac95e commit e3311a1Copy full SHA for e3311a1
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## v4.2.0 - 2025-08-27
4
+
5
+- `Version`'s serde deserializer can now work with `String` as well as `str`.
6
7
## v4.1.0 - 2025-06-03
8
9
- Added `impl From<Range> for pubgrub::Range<Version>`
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "hexpm"
-version = "4.1.0"
+version = "4.2.0"
authors = ["Louis Pilfold <[email protected]>"]
edition = "2024"
0 commit comments