Skip to content

fix: cargo toml/lock discrepancies #45#46

Merged
rustonbsd merged 4 commits into
mainfrom
fix-cargo-update-dep-failure
Jun 5, 2026
Merged

fix: cargo toml/lock discrepancies #45#46
rustonbsd merged 4 commits into
mainfrom
fix-cargo-update-dep-failure

Conversation

@rustonbsd

@rustonbsd rustonbsd commented Jun 5, 2026

Copy link
Copy Markdown
Owner

As noticed by @athomasstevens in #45 we rely on a yanked packet in the cargo.lock, then I noticed toml and lock are not pointing to the same versions and build only worked with --locked.

  • fixed pkcs8 = "=0.11.0-rc.11"
  • gh actions test now recreates cargo.lock file before every build to make sure we work without --locked when building without the cargo.lock file

this is fine until we do a minor version update once iroh v1.0.0 is release (any day now, this might break compatibility with older iroh-ssh versions, idk yet will make a plan later, shouldn't ever break again till iroh v2.. hopefully ^^)

@rustonbsd rustonbsd merged commit bade3f7 into main Jun 5, 2026
6 checks passed
@athomasstevens

Copy link
Copy Markdown

Yea I didn't know how to fix the root causes thanks

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