Skip to content

Commit

Permalink
chore: Rust 1.76 (#1622)
Browse files Browse the repository at this point in the history
* chore: Rust 1.76

* nit: prefer MSRV on local development
  • Loading branch information
jonaro00 authored Feb 13, 2024
1 parent df98061 commit 031f3e1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ endif

BUILDX_FLAGS=$(BUILDX_OP) $(PLATFORM_FLAGS) $(CACHE_FLAGS)

# the rust version used by our containers, and as an override for our deployers
# ensuring all user crates are compiled with the same rustc toolchain
RUSTUP_TOOLCHAIN=1.75.0
# The Rust version used by our containers
# Can be updated to the latest stable
RUSTUP_TOOLCHAIN=1.76.0

TAG?=$(shell git describe --tags --abbrev=0)
AUTH_TAG?=$(TAG)
Expand Down

0 comments on commit 031f3e1

Please sign in to comment.