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

build: update iroh to the git version #5621

Merged
merged 1 commit into from
May 23, 2024
Merged

build: update iroh to the git version #5621

merged 1 commit into from
May 23, 2024

Conversation

link2xt
Copy link
Collaborator

@link2xt link2xt commented May 23, 2024

This fixes the problem with simultaneous connections in iroh-gossip: n0-computer/iroh#2318

@link2xt link2xt mentioned this pull request May 23, 2024
Cargo.toml Outdated
@@ -61,8 +61,8 @@ hickory-resolver = "0.24"
humansize = "2"
image = { version = "0.25.1", default-features=false, features = ["gif", "jpeg", "ico", "png", "pnm", "webp", "bmp"] }
iroh_old = { version = "0.4.2", default-features = false, package = "iroh"}
iroh-net = "0.16.2"
iroh-gossip = { version = "0.16.2", features = ["net"] }
iroh-net = { git = "https://github.com/n0-computer/iroh", branch="main" }
Copy link
Collaborator

Choose a reason for hiding this comment

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

But this way things can break at any moment. Maybe specify the current HEAD commit?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

We have a lockfile for this, but yes, I can also specify rev.

@link2xt link2xt force-pushed the link2xt/iroh-update branch from 185c623 to 501969b Compare May 23, 2024 19:03
This fixes the problem with simultaneous connections in iroh-gossip:
<n0-computer/iroh#2318>
@link2xt link2xt force-pushed the link2xt/iroh-update branch from 501969b to a68d84b Compare May 23, 2024 19:06
@link2xt link2xt merged commit 0e1f62a into main May 23, 2024
37 checks passed
@link2xt link2xt deleted the link2xt/iroh-update branch May 23, 2024 22:58
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.

2 participants