Update Rust to 1.71.0 (#29931)

No lint updates
This commit is contained in:
Zac Bergquist 2023-08-02 13:08:17 -07:00 committed by GitHub
parent 64c3e7b25c
commit 1b072d1ce6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 6 deletions

View file

@ -97,11 +97,6 @@ CHECK_RUST := $(shell rustc --version 2>/dev/null)
RUST_TARGET_ARCH ?= $(CARGO_TARGET_$(OS)_$(ARCH))
# Have cargo use sparse crates.io protocol:
# https://blog.rust-lang.org/2023/03/09/Rust-1.68.0.html
# TODO: Delete when it becomes default in Rust 1.70.0
export CARGO_REGISTRIES_CRATES_IO_PROTOCOL=sparse
CARGO_TARGET_darwin_amd64 := x86_64-apple-darwin
CARGO_TARGET_darwin_arm64 := aarch64-apple-darwin
CARGO_TARGET_linux_arm64 := aarch64-unknown-linux-gnu

View file

@ -27,7 +27,7 @@ NODE_VERSION ?= 16.18.1
# Sync any version changes below with devbox.json.
# run lint-rust check locally before merging code after you bump this
RUST_VERSION ?= 1.68.0
RUST_VERSION ?= 1.71.0
LIBBPF_VERSION ?= 1.0.1
LIBPCSCLITE_VERSION ?= 1.9.9-teleport