-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bumps rustup to 1.83.0 and other deps
- Loading branch information
1 parent
fb34b7d
commit dbc1720
Showing
10 changed files
with
296 additions
and
216 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -41,7 +41,7 @@ jobs: | |
- name: Set up Rust | ||
uses: dtolnay/rust-toolchain@stable | ||
with: | ||
toolchain: 1.82.0 | ||
toolchain: 1.83.0 | ||
target: x86_64-unknown-linux-gnu | ||
components: rustfmt, clippy, llvm-tools-preview | ||
|
||
|
@@ -88,7 +88,7 @@ jobs: | |
- name: Install and configure pgrx | ||
run: | | ||
cargo install --locked [email protected].8 | ||
cargo install --locked [email protected].9 | ||
cargo pgrx init --pg${{ env.PG_MAJOR }} $(which pg_config) | ||
- name: Install cargo-llvm-cov for coverage report | ||
|
Oops, something went wrong.