chore: removing rust-toolchain.toml#2218
Merged
ctron merged 1 commit intoguacsec:mainfrom Jan 28, 2026
Merged
Conversation
Contributor
Reviewer's guide (collapsed on small PRs)Reviewer's GuideThis PR deletes the rust-toolchain.toml file from the repository, removing any repository-pinned Rust toolchain configuration so that Rust version and components are determined by the environment or other tooling instead. File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #2218 +/- ##
==========================================
- Coverage 68.74% 68.73% -0.01%
==========================================
Files 397 397
Lines 22322 22322
Branches 22322 22322
==========================================
- Hits 15346 15344 -2
+ Misses 6070 6068 -2
- Partials 906 910 +4 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Contributor
|
I think in addition, we should set the minimum supported Rust version. This needs to be done for every project, but can be controlled via the workspace. Like this: |
* Also setting minimum supported Rust version aligned with current rust version available on github action runner.
92bb849 to
91098f2
Compare
Contributor
Author
|
Pr updated |
ctron
approved these changes
Jan 28, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary by Sourcery
Remove the Rust toolchain configuration file from the repository.
Build:
Chores: