Skip to content

Commit

Permalink
Document requirement for compiler to match
Browse files Browse the repository at this point in the history
  • Loading branch information
syvb committed Sep 14, 2022
1 parent e91adce commit 9de4455
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cargo-pgx/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Install via crates.io:
$ cargo install --locked cargo-pgx
```

As new versions of `pgx` are released, you'll want to make sure you run this command again to update it.
As new versions of `pgx` are released, you'll want to make sure you run this command again to update it. You should also reinstall `cargo-pgx` whenever you update `rustc` so that the same compiler is used to build `cargo-pgx` and your Postgres extensions. You can force `cargo` to reinstall an existing crate by passing `--force`.

## Usage

Expand Down

0 comments on commit 9de4455

Please sign in to comment.