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

Lockdown semver on pgx deps #559

Merged
merged 1 commit into from
May 11, 2022
Merged

Lockdown semver on pgx deps #559

merged 1 commit into from
May 11, 2022

Conversation

Hoverbear
Copy link
Contributor

While trying to install an older version of cargo-pgx-0.4.2, a user noticed they were getting build failures related to pgx-utils-0.4.4, this is because we were not correctly locking the semver.

According to https://doc.rust-lang.org/cargo/reference/specifying-dependencies.html#comparison-requirements, we can use =0.4.2, for example, to do this.

@Hoverbear Hoverbear self-assigned this May 10, 2022
Copy link
Contributor

@eeeebbbbrrrr eeeebbbbrrrr left a comment

Choose a reason for hiding this comment

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

LGTM!

@Hoverbear Hoverbear changed the base branch from master to develop May 11, 2022 17:55
@Hoverbear Hoverbear merged commit 4e3d168 into develop May 11, 2022
@eeeebbbbrrrr eeeebbbbrrrr deleted the locked-pgx-deps branch June 20, 2023 17:59
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