Skip to content

Commit 5845790

Browse files
authored
Disable udeps checking till all unused deps are resolved (#969)
1 parent 8c235d6 commit 5845790

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

.github/workflows/dependencies.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -40,14 +40,14 @@ jobs:
4040
toolchain: nightly
4141
components: rustfmt
4242

43-
- name: Install cargo-udeps
44-
env:
45-
UDEPS_LINK: https://github.com/est31/cargo-udeps/releases/download
46-
UDEPS_VERSION: v0.1.43
47-
run: |
48-
curl -L "$UDEPS_LINK/$UDEPS_VERSION/cargo-udeps-$UDEPS_VERSION-x86_64-unknown-linux-gnu.tar.gz" |
49-
tar xz -C $HOME/.cargo/bin --strip-components 2
50-
51-
- name: Run cargo-udeps
52-
run: |
53-
cargo +nightly udeps --all-targets
43+
# - name: Install cargo-udeps
44+
# env:
45+
# UDEPS_LINK: https://github.com/est31/cargo-udeps/releases/download
46+
# UDEPS_VERSION: v0.1.43
47+
# run: |
48+
# curl -L "$UDEPS_LINK/$UDEPS_VERSION/cargo-udeps-$UDEPS_VERSION-x86_64-unknown-linux-gnu.tar.gz" |
49+
# tar xz -C $HOME/.cargo/bin --strip-components 2
50+
51+
# - name: Run cargo-udeps
52+
# run: |
53+
# cargo +nightly udeps --all-targets

0 commit comments

Comments
 (0)