Skip to content

Upgrade open62541-sys to v0.5.0#296

Merged
sgoll merged 1 commit into
HMIProject:mainfrom
uklotzde:issue-#288
Oct 14, 2025
Merged

Upgrade open62541-sys to v0.5.0#296
sgoll merged 1 commit into
HMIProject:mainfrom
uklotzde:issue-#288

Conversation

@uklotzde
Copy link
Copy Markdown
Collaborator

- Fix (known) build issues with Rust v1.90
- Closes HMIProject#288
@uklotzde uklotzde requested a review from sgoll October 14, 2025 10:24
Comment thread Cargo.toml
futures-core = { version = "0.3.30", default-features = false }
log = "0.4.20"
open62541-sys = "0.4.17"
open62541-sys = "0.5.0"
Copy link
Copy Markdown
Contributor

@sgoll sgoll Oct 14, 2025

Choose a reason for hiding this comment

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

Note for future self: that crate's breaking change was solely due to the MSRV upgrade to 1.85. We already are at rust-version = 1.85 in this crate (scheduled for next release), so this is no additional breaking change.

@sgoll sgoll merged commit 2f4a610 into HMIProject:main Oct 14, 2025
20 checks passed
@uklotzde uklotzde deleted the issue-#288 branch October 14, 2025 12:21
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.

Build with Rust v1.90 fails on x86_64-unknown-linux-gnu after switching to lld

2 participants