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

chore(deps): unify cfg-if version by upgrading raw_sync #3477

Merged
merged 3 commits into from
Sep 14, 2023
Merged

Conversation

hanabi1224
Copy link
Contributor

@hanabi1224 hanabi1224 commented Sep 11, 2023

Summary of changes

raw_sync seems to be unmaintained, a fork crate raw_sync_2 is available with bug fixes and dependency upgrades.

Pushed new version of raw_sync based on elast0ny/raw_sync-rs#29 fix.

Changes introduced in this pull request:

  • Switch to raw_sync_2

cargo tree -p cfg-if | grep cfg-if output
Now:

cfg-if v1.0.0

Before:

error: There are multiple `cfg-if` packages in your project, and the specification `cfg-if` is ambiguous.
Please re-run this command with `-p <spec>` where `<spec>` is one of the following:
  [email protected]
  [email protected]

Reference issue to close (if applicable)

Closes

Other information and links

https://crates.io/crates/raw_sync
https://crates.io/crates/raw_sync_2

Change checklist

  • I have performed a self-review of my own code,
  • I have made corresponding changes to the documentation,
  • I have added tests that prove my fix is effective or that my feature works (if possible),
  • I have made sure the CHANGELOG is up-to-date. All user-facing changes should be reflected in this document.

@hanabi1224 hanabi1224 marked this pull request as ready for review September 11, 2023 08:51
@hanabi1224 hanabi1224 requested a review from a team as a code owner September 11, 2023 08:51
@hanabi1224 hanabi1224 requested review from lemmih and aatifsyed and removed request for a team September 11, 2023 08:51
@hanabi1224 hanabi1224 added this pull request to the merge queue Sep 14, 2023
Merged via the queue into main with commit ee8bf46 Sep 14, 2023
@hanabi1224 hanabi1224 deleted the hm/raw_sync_2 branch September 14, 2023 10:17
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.

3 participants