Skip to content

Commit

Permalink
rust-toolchain: use 1.72.0, same as CI (#5256)
Browse files Browse the repository at this point in the history
Switches everyone without an `rustup override` to 1.72.0.

Code changes required already done in #5255.
Depends on neondatabase/build#65.
  • Loading branch information
koivunej authored Sep 8, 2023
1 parent 028fbae commit 66633ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[toolchain]
channel = "1.71.0"
channel = "1.72.0"
profile = "default"
# The default profile includes rustc, rust-std, cargo, rust-docs, rustfmt and clippy.
# https://rust-lang.github.io/rustup/concepts/profiles.html
Expand Down

1 comment on commit 66633ef

@github-actions
Copy link

Choose a reason for hiding this comment

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

1712 tests run: 1631 passed, 1 failed, 80 skipped (full report)


Failures on Postgres 14

# Run all failed tests locally:
scripts/pytest -vv -n $(nproc) -k "test_pg_regress[debug-pg14]"

Test coverage report is not available

The comment gets automatically updated with the latest test results
66633ef at 2023-09-08T17:24:15.825Z :recycle:

Please sign in to comment.