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

Cleanup the error when cargo-pgrx version doesn't match Cargo.toml #1240

Commits on Jul 31, 2023

  1. Cleanup the error when cargo-pgrx version doesn't match Cargo.toml

    As was discussed in the comments in another issue
    (pgcentralfoundation#1076 (comment)),
    the error message when `cargo-pgrx`'s version doesn't match the pgrx
    crate dependency version is confusing.
    
    This cleans it up and also tells you which Cargo.toml file it is.
    eeeebbbbrrrr committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    fe9241a View commit details
    Browse the repository at this point in the history
  2. cargo fmt

    eeeebbbbrrrr committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    4590f6b View commit details
    Browse the repository at this point in the history
  3. Update cargo-pgrx/src/metadata.rs

    Co-authored-by: Jubilee <46493976+workingjubilee@users.noreply.github.com>
    eeeebbbbrrrr and workingjubilee committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    c265636 View commit details
    Browse the repository at this point in the history
  4. cargo fmt

    eeeebbbbrrrr committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    0d0090a View commit details
    Browse the repository at this point in the history
  5. Update cargo-pgrx/src/metadata.rs

    Co-authored-by: Thom Chiovoloni <thom@shift.click>
    eeeebbbbrrrr and thomcc committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    b5f0d50 View commit details
    Browse the repository at this point in the history
  6. Update cargo-pgrx/src/metadata.rs

    Co-authored-by: Thom Chiovoloni <thom@shift.click>
    eeeebbbbrrrr and thomcc committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    7623f4a View commit details
    Browse the repository at this point in the history