Other
- Bump dependencies
New Features (BREAKING)
-
Rename
serde1
cargo feature toserde
and use the weak-deps cargo capability.
With it it's possible to not automatically declare all optional dependencies externally visible
features, and thus re-use feature names that oterwise are also a crate name.Previously I thought that
serde1
is for future-proofing and supporting multiple serde versions
at the same time. However, it's most definitely a burden I wouldn't want anyway, so using
serde
seems to be the way to go into the future. -
upgrade to
windows
v0.48
Commit Statistics
- 10 commits contributed to the release over the course of 23 calendar days.
- 68 days passed between releases.
- 3 commits were understood as conventional.
- 1 unique issue was worked on: #814
Commit Details
view details
- #814
- Rename
serde1
cargo feature toserde
and use the weak-deps cargo capability. (b83ee36)
- Rename
- Uncategorized
- Prepare changelogs prior to release (30a1a71)
- Avoid explicitly using
home
wheregix-path
can be used. (3180142) - Merge branch 'utkarshgupta137/main' (5092c59)
- Move to the smaller, cargo-team maintained
home
crate (81c5f8d) - Merge branch 'main' into dev (cdef398)
- Rename the serde1 feature to serde (19338d9)
- Merge branch 'patch-1' (d0052c1)
- Upgrade to
windows
v0.48 (bb8cccc) - Bump dependencies (d0fb3c8)