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

transports/uds: Bump version due to libp2p-core upgrade #2720

Merged
merged 2 commits into from Jun 23, 2022

Conversation

mxinden
Copy link
Member

@mxinden mxinden commented Jun 21, 2022

Description

libp2p 0.45.1 depends (amongst others) on libp2p-uds v0.32.0 and on
libp2p-core v0.33.0 libp2p-uds v0.32.0, however, depends on libp2p-core
v0.32.0.

This commit changes the version mismatch for the upcoming `libp2p release.

Links to any relevant issues

Fixes #2715. Though only for the upcoming libp2p release. Let me know in case you need this earlier.

Open Questions

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

`libp2p` 0.45.1 depends (amongst others) on `libp2p-uds` v0.32.0 and on
`libp2p-core` v0.33.0 `libp2p-uds` v0.32.0, however, depends on `libp2p-core`
v0.32.0.

This commit changes the version mismatch for the upcoming `libp2p release.
@xlc
Copy link

xlc commented Jun 24, 2022

When will be the next release? If it is more than a week, please make an early release for this to unblock us. 🙏

@mxinden mxinden mentioned this pull request Jun 27, 2022
1 task
@mxinden
Copy link
Member Author

mxinden commented Jun 27, 2022

@xlc see #2730. In the meantime, you can disable the uds feature.

mxinden added a commit to mxinden/rust-libp2p that referenced this pull request Feb 24, 2023
libp2p#3196 forgot to bump `libp2p-uds`. `libp2p-uds` was
updated to `libp2p-core` `v0.39.0` thus requiring the version bump.

This has happened before, see libp2p#2720.
@mxinden mxinden mentioned this pull request Feb 24, 2023
4 tasks
mergify bot pushed a commit that referenced this pull request Feb 24, 2023
#3196 forgot to bump `libp2p-uds`. `libp2p-uds` was updated to `libp2p-core` `v0.39.0` thus requiring the version bump.

This has happened before, see #2720.

Pull-Request: #3502.
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.

lib2p-uds didn't get bumped in libp2p 0.45
2 participants