-
-
Notifications
You must be signed in to change notification settings - Fork 86
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
[BUG] Can't Install with Cargo #111
Comments
The > cargo install atac --locked
Updating crates.io index
Installing atac v0.18.0
Updating crates.io index
warning: package `bytemuck v1.16.1` in Cargo.lock is yanked in registry `crates-io`, consider running without --locked
warning: package `bytes v1.6.0` in Cargo.lock is yanked in registry `crates-io`, consider running without --locked |
Yep it throws warnings but at least compile and run. Since we can't follow every update of every dependency, |
i just ran into this 'boa_engine' compilation fail today when trying to 'cargo install atac'. installed rustc version is 1.79.0, as requested in the README. edit: 'rustup update'd to rustc 1.81.0, 'boa_engine' still won't compile. edit2: cloned the ATAC repo and both 'cargo run' and 'cargo build --release' result in a successful compilation. it seems the |
Hi, I saw this project couple minutes ago in Orhun's FrOSCon 2024 presentation and wanted to install immediately. Unfortunately I got error when I try
cargo install atac
This is not happening with
cargo install atac --locked
little PR that may help people: #112 (comment)
The text was updated successfully, but these errors were encountered: