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

[CI] cargo-raze is uninstallable abandonware, adopt crate_universe #388

Open
phlax opened this issue Mar 21, 2024 · 2 comments
Open

[CI] cargo-raze is uninstallable abandonware, adopt crate_universe #388

phlax opened this issue Mar 21, 2024 · 2 comments
Assignees

Comments

@phlax
Copy link
Contributor

phlax commented Mar 21, 2024

The cargo-raze repo states:

cargo-raze is currently an unmaintained and unsupported product.

crate_universe in rules_rust is a supported and maintained product with similar aims.

not sure how to update to use rules_rust for this but this is one of the causes of #386

error is

 Caused by:
  failed to select a version for the requirement `cargo_toml = "^0.8.1"`
  candidate versions found which didn't match: 0.19.2, 0.19.1, 0.19.0, ...
  location searched: crates.io index
  required by package `cargo-raze v0.14.1`
  if you are looking for the prerelease package it needs to be specified explicitly
      cargo_toml = { version = "0.19.0-beta.1" }
  perhaps a crate was updated and forgotten to be re-vendored?
@phlax
Copy link
Contributor Author

phlax commented Mar 21, 2024

fwiw i tried with various rust and cargo-raze versions using:

docker run --rm -it rust  cargo install cargo-raze

to similar effect

@martijneken
Copy link
Contributor

+1 crate_universe is the way

@martijneken martijneken changed the title cargo-raze is uninstallable abandonware [CI] cargo-raze is uninstallable abandonware, adopt crate_universe Jun 6, 2024
@martijneken martijneken self-assigned this Jun 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants