Skip to content

Commit

Permalink
Use latest stable rust 1.71.1
Browse files Browse the repository at this point in the history
Cargo.toml debug options changed, so update to use them.
  • Loading branch information
workingjubilee committed Aug 8, 2023
1 parent e293406 commit 2d0b4b7
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -431,8 +431,11 @@ jobs:
# ls -lath `$(which pg_config) --pkglibdir` `$(which pg_config) --sharedir`/extension
echo ""
echo "----- Output Cargo version -----"
cargo --version
echo "----- Stable Rust ----"
rustup update stable
rustup default stable
rustc -vV
cargo -vV
echo ""
echo "----- Outputting env -----"
Expand Down

0 comments on commit 2d0b4b7

Please sign in to comment.