Skip to content

Commit 6a7a13b

Browse files
committed
Release 0.6.1
1 parent 496661e commit 6a7a13b

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 0.6.1 (released on 2024-02-21)
2+
3+
- Chore: bump major dependencies, to fix parsing issues of Cargo.toml files (#101, #105).
4+
15
# 0.6.0 (released on 2023-09-23)
26

37
- *Breaking*/improved: match against crate name case-insensitive (#69).

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "cargo-machete"
33
edition = "2021"
4-
version = "0.6.0"
4+
version = "0.6.1"
55
description = "Find unused dependencies with this one weird trick!"
66
authors = ["Benjamin Bouvier <public@benj.me>"]
77
repository = "https://github.com/bnjbvr/cargo-machete"

0 commit comments

Comments
 (0)