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

Bump pgx vers trunk #255

Merged
merged 5 commits into from
Apr 19, 2023
Merged

Bump pgx vers trunk #255

merged 5 commits into from
Apr 19, 2023

Conversation

ianstanton
Copy link
Member

trunk build fails in our example extension project due to pgx version:

Building from path .
Detected that we are building a pgx extension
Detected pgx version range =0.7.4
thread 'main' panicked at 'error occurred: Cargo manifest error: No supported version of pgx satisfies the range =0.7.4. 
Supported versions: ["0.7.2", "0.7.1"]', /home/ian/.cargo/registry/src/git.luolix.top-1ecc6299db9ec823/pg-trunk-0.2.1/src/main.rs:51:6
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace

We can either bump supported versions (this PR), or dial back the example version to 0.7.2.

Comment on lines 19 to +22
- "0.7.1"
- "0.7.2"
- "0.7.3"
- "0.7.4"
Copy link
Member Author

Choose a reason for hiding this comment

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

@sjmiller609 I'm not sure that we want all of these here. What do you think?

@aws-amplify-us-east-1
Copy link

This pull request is automatically being deployed by Amplify Hosting (learn more).

Access this pull request here: https://pr-255.d3q0v4ajtiq4fs.amplifyapp.com

@ianstanton ianstanton merged commit 2257660 into main Apr 19, 2023
@ianstanton ianstanton deleted the bump-pgx-vers-trunk branch April 19, 2023 21:16
sjmiller609 added a commit that referenced this pull request Dec 5, 2023
* gitignore update

* Remove auto-discover configuration

* bump version
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