Skip to content
This repository has been archived by the owner on Jan 22, 2025. It is now read-only.

Cargo.toml: Sort dependency and feature lists #33670

Merged
merged 1 commit into from
Oct 17, 2023
Merged

Cargo.toml: Sort dependency and feature lists #33670

merged 1 commit into from
Oct 17, 2023

Conversation

ilya-bobyr
Copy link
Contributor

Problem

A few entries in the dependency lists in Cargo.toml were not added in the alphabetical order.
Keeping these sorted reduces merge conflicts.

Summary of Changes

I could not find a tool that would enforce the sorting.
Just sorted manually for now.

@codecov
Copy link

codecov bot commented Oct 12, 2023

Codecov Report

Merging #33670 (81bb149) into master (8a20e7f) will increase coverage by 0.0%.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master   #33670   +/-   ##
=======================================
  Coverage    81.7%    81.8%           
=======================================
  Files         806      806           
  Lines      217854   217854           
=======================================
+ Hits       178196   178211   +15     
+ Misses      39658    39643   -15     

Keeping these sorted reduces merge conflicts.
@ilya-bobyr ilya-bobyr requested review from yihau and steviez October 17, 2023 01:04
Copy link
Contributor

@yihau yihau left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

❤️

@ilya-bobyr ilya-bobyr merged commit b5b48ee into solana-labs:master Oct 17, 2023
@ilya-bobyr ilya-bobyr deleted the pr/Cargo.toml-sort branch October 17, 2023 08:12
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants