Skip to content

Fix semver range#6

Merged
aacebo merged 1 commit into
aacebo:mainfrom
A4-Tacks:semver-fix
Mar 10, 2026
Merged

Fix semver range#6
aacebo merged 1 commit into
aacebo:mainfrom
A4-Tacks:semver-fix

Conversation

@A4-Tacks

Copy link
Copy Markdown
Contributor

version = "0.3.10" is version = ">=0.3.10,<0.4.0"

Assigning a version range in the internal package may lead to bugs, and I have encountered this issue before

Reference: https://doc.rust-lang.org/cargo/reference/specifying-dependencies.html#specifying-dependencies-from-cratesio

@aacebo

aacebo commented Mar 10, 2026

Copy link
Copy Markdown
Owner

Another good catch, thanks!

@aacebo
aacebo merged commit d685171 into aacebo:main Mar 10, 2026
3 checks passed
@A4-Tacks
A4-Tacks deleted the semver-fix branch March 10, 2026 14:45
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