From 12ef55c2a069e42637f3cac1c8f0d09869941ac4 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.81.0 This is what pgrx is currently using. --- tools/dependencies.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/dependencies.sh b/tools/dependencies.sh index d792ae30..242d2177 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.81.0 RUST_PROFILE=minimal RUST_COMPONENTS=clippy,rustfmt