Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): pin dependencies according to cargo semver #98

Merged
merged 1 commit into from
Jan 15, 2025

Conversation

cafkafk
Copy link
Member

@cafkafk cafkafk commented Jan 15, 2025

This guide uses the terms “major” and “minor” assuming this relates to
a “1.0.0” release or later. Initial development releases starting with
“0.y.z” can treat changes in “y” as a major release, and “z” as a minor
release. “0.0.z” releases are always major changes. This is because
Cargo uses the convention that only changes in the left-most non-zero
component are considered incompatible.

https://doc.rust-lang.org/cargo/reference/semver.html

Signed-off-by: Christina Sørensen ces@fem.gg

@cafkafk cafkafk mentioned this pull request Jan 15, 2025
@cafkafk cafkafk requested a review from srhb January 15, 2025 09:27
Cargo.toml Outdated Show resolved Hide resolved
@cafkafk cafkafk force-pushed the pin-crates-to-cargo-semver-standards branch from 741b6be to e1f3899 Compare January 15, 2025 10:00
> This guide uses the terms “major” and “minor” assuming this relates to
> a “1.0.0” release or later. Initial development releases starting with
> “0.y.z” can treat changes in “y” as a major release, and “z” as a minor
> release. “0.0.z” releases are always major changes. This is because
> Cargo uses the convention that only changes in the left-most non-zero
> component are considered incompatible.

https://doc.rust-lang.org/cargo/reference/semver.html

Signed-off-by: Christina Sørensen <ces@fem.gg>
@cafkafk cafkafk force-pushed the pin-crates-to-cargo-semver-standards branch from e1f3899 to 380836e Compare January 15, 2025 10:04
@srhb srhb self-requested a review January 15, 2025 10:15
@srhb srhb merged commit b3037d9 into main Jan 15, 2025
1 check passed
@cafkafk cafkafk deleted the pin-crates-to-cargo-semver-standards branch January 15, 2025 11:53
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