Skip to content

Commit

Permalink
Update to rust 1.82.0
Browse files Browse the repository at this point in the history
  • Loading branch information
graveland committed Oct 23, 2024
1 parent e81df26 commit 734dd00
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions tools/build
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ find_profile() {

[ $# -ge 1 ] || usage

rustc --version

while [ $# -gt 0 ]; do
arg="$1"
shift
Expand Down
2 changes: 1 addition & 1 deletion tools/dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 734dd00

Please sign in to comment.