Skip to content

Update dependencies to fix issue consuming - #69

Merged
giarc3 merged 2 commits into
mainfrom
update-deps
Sep 16, 2026
Merged

giarc3 merged 2 commits into
mainfrom
update-deps

Conversation

@giarc3

@giarc3 giarc3 commented Sep 15, 2026

Copy link
Copy Markdown
Member

Because the test fixtures were locked to the tag v0.32.0, even when uniffi 0.32.1 was released, this crate would stay on 0.32.0. This caused an issue consuming the latest version of the crate from ironcore-alloy because v0.32.0 -> v0.32.1 bumped toml, and our version of the dependency must stay compatible with uniffi-bindgen's.

The fix applied here is to instead depend on the release-v0.32.x tag, which will get bumped when new patches are released.

Other dependency bumps are also to match uniffi's (but afaik they aren't required to match like toml is)

@giarc3
giarc3 requested a review from skeet70 September 15, 2026 22:12
@giarc3
giarc3 requested a review from a team as a code owner September 15, 2026 22:12
@github-actions

github-actions Bot commented Sep 15, 2026

Copy link
Copy Markdown

File Coverage Lines
All files 91% 91%

Minimum allowed coverage is 0%

Generated by 🐒 cobertura-action against ce8a585

@giarc3
giarc3 merged commit ba4d5d7 into main Sep 16, 2026
5 checks passed
@giarc3
giarc3 deleted the update-deps branch September 16, 2026 16:22
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