Skip to content

Commit 91ee35b

Browse files
committed
Cargo machete
1 parent 652cf4c commit 91ee35b

5 files changed

Lines changed: 17 additions & 5 deletions

File tree

.github/workflows/machete.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: Machete
2+
3+
on:
4+
push:
5+
6+
jobs:
7+
machete:
8+
name: cargo machete
9+
runs-on: ubuntu-24.04
10+
steps:
11+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
12+
- run: |
13+
rustup toolchain install
14+
- run: |
15+
cargo install cargo-machete --locked
16+
- run: |
17+
cargo machete

Cargo.lock

Lines changed: 0 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ http = "1.4.0"
1212
matrix-sdk = { version = "0.17.0", default-features = false }
1313
regex = "1.12.3"
1414
ruma = { version = "0.15", features = ["events"] }
15-
ruma-common = "0.18.0"
1615
serde = { version = "1.0.228", features = ["derive"] }
1716
thiserror = "2.0.18"
1817
tokio = "1.52.3"

microbot/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ http = { workspace = true }
99
matrix-sdk = { workspace = true }
1010
regex = { workspace = true }
1111
ruma = { workspace = true }
12-
ruma-common = { workspace = true }
1312
serde = { workspace = true }
1413
thiserror = { workspace = true }
1514
tokio = { workspace = true }

tests/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ version = "0.1.0"
44
edition = "2024"
55

66
[dependencies]
7-
matrix-sdk = { workspace = true }
87
microbot = { path = "../microbot" }
98
microbot-test-utils = { path = "../test-utils" }
109
ruma = { workspace = true }

0 commit comments

Comments
 (0)