-
Notifications
You must be signed in to change notification settings - Fork 109
Description
when the PR #221 was ready to be merged, the CI ran failed, the error info is as below:
Downloaded camino v1.2.2
Downloaded askalonov0.4.6
warning: profile package spec ^insta^ in profile ^dev did not match any packagesDid you mean
bstr?
warning: profile package specsimilarin profiledevdid not match any packages
error: failed to compilecargo-deny v0.15.1, intermediate artifacts can be found at/tmp/cargo-installgwuczW.
To reuse those artifacts with a future compilation, set the environment variable *CARGO_TARGET_DIR` to that path.Caused by:
rustc 1.85.1 is not supported by the following package:
[email protected] requires rustc 1.88
Try re-runningcargo installwith--locked
Error: Process completed with exit code 101.
it seems like CI job Deny has met some version conficts:
in ".github/workflows/ci.yml", Job Deny requires rustc 1.88
- name: Deny
run: cargo install [email protected] && cargo deny -L warn --all-features chec
while in "rust-toolchain.toml"
[toolchain]
channel = "1.85"
components = ["rustfmt", "clippy", "llvm-tools"]