From 734dd00d7e87cd6de4e386f2aec93e18e47e616b Mon Sep 17 00:00:00 2001 From: Brent Graveland Date: Wed, 23 Oct 2024 10:47:01 -0600 Subject: [PATCH] Update to rust 1.82.0 --- tools/build | 2 ++ tools/dependencies.sh | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/tools/build b/tools/build index 0f5c524f..ee2988b4 100755 --- a/tools/build +++ b/tools/build @@ -45,6 +45,8 @@ find_profile() { [ $# -ge 1 ] || usage +rustc --version + while [ $# -gt 0 ]; do arg="$1" shift diff --git a/tools/dependencies.sh b/tools/dependencies.sh index d792ae30..f9e23498 100644 --- a/tools/dependencies.sh +++ b/tools/dependencies.sh @@ -16,7 +16,7 @@ CARGO_EDIT=0.11.2 # Keep synchronized with extension/Cargo.toml and `cargo install --version N.N.N cargo-pgrx` in Readme.md . PGRX_VERSION=0.12.6 -RUST_TOOLCHAIN=1.76.0 +RUST_TOOLCHAIN=1.82.0 RUST_PROFILE=minimal RUST_COMPONENTS=clippy,rustfmt