We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7108498 commit bd6764fCopy full SHA for bd6764f
2 files changed
CHANGELOG.md
@@ -6,6 +6,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
7
## [Unreleased]
8
9
+## [7.0.6](https://github.com/gdesmott/system-deps/compare/v7.0.5...v7.0.6) - 2025-10-14
10
+
11
+### Fixed
12
13
+- fix new clippy warnings
14
15
16
+### Other
17
18
+- Remove dependency on serde
19
+- Update to `toml` 0.9
20
+- add missing const
21
+- add missing backticks in doc
22
23
## [7.0.5](https://github.com/gdesmott/system-deps/compare/v7.0.4...v7.0.5) - 2025-05-22
24
25
### Other
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "system-deps"
3
-version = "7.0.5"
+version = "7.0.6"
4
authors = [
5
"Guillaume Desmottes <guillaume.desmottes@collabora.com>",
"Josh Triplett <josh@joshtriplett.org>",
0 commit comments