Skip to content

Commit

Permalink
chore: Rust 1.74 (#1411)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonaro00 authored Nov 21, 2023
1 parent 9b1ef53 commit b32475f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ 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.73.0
RUSTUP_TOOLCHAIN=1.74.0

TAG?=$(shell git describe --tags --abbrev=0)
AUTH_TAG?=$(TAG)
Expand Down
2 changes: 1 addition & 1 deletion shell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ in
openssl
];
buildInputs = with nixpkgs; [
((rustChannelOf{ channel = "1.73.0"; }).rust.override {
((rustChannelOf{ channel = "1.74.0"; }).rust.override {
extensions = ["rust-src"];
targets = ["wasm32-wasi"];
})
Expand Down

0 comments on commit b32475f

Please sign in to comment.