Skip to content

Commit 7959c84

Browse files
committed
chore: release v0.9.1
1 parent 7e41788 commit 7959c84

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "cargo-machete"
33
edition = "2024"
4-
version = "0.9.0"
4+
version = "0.9.1"
55
description = "Find unused dependencies with this one weird trick!"
66
authors = ["Benjamin Bouvier <benjamin@bouvier.cc>"]
77
repository = "https://github.com/bnjbvr/cargo-machete"

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ runs:
1111
uses: clechasseur/rs-cargo@v3
1212
with:
1313
command: install
14-
args: cargo-machete@0.9.0
14+
args: cargo-machete@0.9.1
1515
toolchain: stable
1616
- name: Machete
1717
uses: clechasseur/rs-cargo@v3

0 commit comments

Comments
 (0)