Skip to content

Commit 2a098d9

Browse files
jprendesmxpv
authored andcommitted
re-enable cargo machete
Signed-off-by: Jorge Prendes <[email protected]>
1 parent 59589df commit 2a098d9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,10 @@ jobs:
4141
env:
4242
RUSTDOCFLAGS: -Dwarnings
4343

44-
# See https://github.com/containerd/rust-extensions/issues/348
45-
# - name: check unused dependencies
46-
# uses: bnjbvr/[email protected]
44+
- name: check unused dependencies
45+
uses: bnjbvr/[email protected]
46+
env:
47+
RUSTUP_TOOLCHAIN: "stable"
4748

4849
# TODO: Merge this with the checks job above
4950
windows-checks:

crates/runc-shim/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ serde.workspace = true
3636
serde_json.workspace = true
3737
time.workspace = true
3838
uuid.workspace = true
39-
tempfile.workspace = true
4039
# Async dependencies
4140
async-trait.workspace = true
4241
tokio = { workspace = true, features = ["full"] }

0 commit comments

Comments
 (0)