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

deps(if-watch): update if-watch to v3.2.1 #5758

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

brenodt
Copy link

@brenodt brenodt commented Dec 23, 2024

Description

Bumps the if-watch version to 3.2.1, aiming to fix #5628.

Since this if-watch PR, the system-configuration version has been updated, which enables compiling for iOS targets.

Notes & open questions

I'm not sure if I should update the changelogs to include the PR link?
Also, should the main libp2p version be bumped to 0.54.3?

I don't see 0.54.2 in crates, so I wasn't sure, but did it anyway to enable testing locally.

This change made possible compiling for aarch64-apple-ios-sim via cargo lipo and using the resulting static lib without XCode complaining about the deprecated interface.

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
  • A changelog entry has been made in the appropriate crates

Copy link
Contributor

mergify bot commented Dec 23, 2024

This pull request has merge conflicts. Could you please resolve them @brenodt? 🙏

@brenodt brenodt force-pushed the deps/update-system-configuration branch from 377afdc to 47679a9 Compare December 23, 2024 21:53
@brenodt brenodt force-pushed the deps/update-system-configuration branch from 47679a9 to a2ac9f1 Compare December 23, 2024 21:55
Copy link
Contributor

@elenaf9 elenaf9 left a comment

Choose a reason for hiding this comment

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

Thanks @brenodt!

The version bumps of libp2p, libp2p-mdns and libp2p-quic aren't needed because in all of them the version has already been bumped since the last release.
Also, we usually don't do changelog entries when we update dependencies (correct me if I am wrong @jxs).

Copy link
Contributor

mergify bot commented Dec 24, 2024

This pull request has merge conflicts. Could you please resolve them @brenodt? 🙏

@brenodt brenodt force-pushed the deps/update-system-configuration branch from caea2bc to 528723d Compare December 26, 2024 17:13
@brenodt
Copy link
Author

brenodt commented Dec 26, 2024

Hi @elenaf9 , thanks for the review :)
Let me know if there's anything else I missed here.

Copy link
Member

@jxs jxs left a comment

Choose a reason for hiding this comment

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

Hi, and thanks for your PR! I don't think we even need a version bump right? As even the end user can update by doing cargo upgrade -p if-watch and it will update if-watch to 3.2.1

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.

Deprecated iOS interface in swift FFI bindings
3 participants