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: install nightly & clean up #264

Merged
merged 2 commits into from
Jan 25, 2024
Merged

Conversation

huitseeker
Copy link
Member

No description provided.

- Introduced daily nightly checks for the project
- Added job for detecting unused dependencies
- Integrated job to validate rust version used in the project
- The Rust toolchain version has been updated from `1.73` to `1.75` in the `rust-toolchain.toml` file, indicating a newer version of the language is now in use.
- Unused imports have been cleaned up, with the `log::info` import removed from `proteus/gpu.rs`, and the `log` module has been entirely removed from the workspace in `Cargo.toml`.
- The `blstrs` and `pasta_curves` modules have been added to the ignored packages list for cargo-udeps
@huitseeker huitseeker added this pull request to the merge queue Jan 25, 2024
Merged via the queue into lurk-lab:main with commit 44fb54a Jan 25, 2024
7 checks passed
@huitseeker huitseeker deleted the ci-nightly branch January 25, 2024 15:19
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

Successfully merging this pull request may close these issues.

None yet

2 participants