Skip to content

Commit 9debef3

Browse files
committed
chore: release 0.9.0
1 parent e9eb96a commit 9debef3

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
[package]
22
name = "cargo-machete"
33
edition = "2024"
4-
version = "0.8.0"
4+
version = "0.9.0"
55
description = "Find unused dependencies with this one weird trick!"
6-
authors = ["Benjamin Bouvier <public@benj.me>"]
6+
authors = ["Benjamin Bouvier <benjamin@bouvier.cc>"]
77
repository = "https://github.com/bnjbvr/cargo-machete"
88
keywords = []
99
categories = []

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.8.0
14+
args: cargo-machete@0.9.0
1515
- name: Machete
1616
uses: clechasseur/rs-cargo@v3
1717
with:

0 commit comments

Comments
 (0)