Skip to content

Conversation

@Nilsonfsilva
Copy link
Contributor

Hi!
follow the other patch where Cargo.toml is updated.

Copy link
Owner

@osa1 osa1 left a comment

Choose a reason for hiding this comment

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

We can't use >= with pre-1 versions because in semver versions before 1.0 doesn't have any backwards compatibility guarantees, even in minor increments.

Even if you make it build with these changes a cargo update would break the build later.

So you should find the version of the dependencies you want (the exact 0.x.y version) and use that instead.

@Nilsonfsilva
Copy link
Contributor Author

Nilsonfsilva commented Oct 18, 2025 via email

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