Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

8.1.0 cargo-watch dependency has been yanked #652

Closed
comath opened this issue May 5, 2022 · 3 comments
Closed

8.1.0 cargo-watch dependency has been yanked #652

comath opened this issue May 5, 2022 · 3 comments
Assignees
Labels

Comments

@comath
Copy link

comath commented May 5, 2022

Describe The Bug

The 8.1.0 cargo-watch dependency has been yanked. It should point to 8.1.1 not 8.1.0. If you manually install 8.1.1 it works.

To Reproduce

On a clean install (with no cargo-watch) and with this makefile:

[tasks.build]
command = "wasm-pack"
args = ["build", "--dev", "--target", "web", "--out-name", "wasm", "--out-dir", "./static"]
watch = { ignore_pattern = "static/*" }

run cargo make build.

Error Stack

druid git:(master) ✗ cargo make build          
[cargo-make] INFO - cargo make 0.35.11
[cargo-make] INFO - Project: druid
[cargo-make] INFO - Build File: Makefile.toml
[cargo-make] INFO - Task: build
[cargo-make] INFO - Profile: development
[cargo-make] INFO - Running Task: legacy-migration
[cargo-make] INFO - Execute Command: "cargo" "install" "--version" "8.1.0" "cargo-watch"
    Updating crates.io index
error: cannot install package `cargo-watch`, it has been yanked from registry `crates-io`
[cargo-make] ERROR - Error while executing command, exit code: 101
[cargo-make] WARN - Build Failed.

Code Sample

I don't think it gets to my rust code.

@sagiegurari
Copy link
Owner

@comath thanks, i'm releasing a fix for this now.
i wonder why 8.1.0 was yanked.

@sagiegurari sagiegurari added the bug label May 5, 2022
@sagiegurari
Copy link
Owner

@comath can you please reinstall and tell me if this issue is resolved?

@comath
Copy link
Author

comath commented May 5, 2022

@sagiegurari It worked! Thank you. 😄

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants