From 2db493c75355561504debcbce9c85d6eca2400a1 Mon Sep 17 00:00:00 2001 From: Youngjoon Lee Date: Tue, 20 Jun 2023 00:03:54 +0900 Subject: [PATCH] build: bump Rust to 1.70.0 to resolve clippy errors (#201) --- Dockerfile | 2 +- ci/Dockerfile | 2 +- shell.nix | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index 178dc986..afad3360 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # BUILD IMAGE --------------------------------------------------------- -FROM rust:1.67.0-slim-bullseye AS builder +FROM rust:1.70.0-slim-bullseye AS builder # Using backports for go 1.19 RUN echo 'deb http://deb.debian.org/debian bullseye-backports main' \ diff --git a/ci/Dockerfile b/ci/Dockerfile index 70c5da36..7fa422c8 100644 --- a/ci/Dockerfile +++ b/ci/Dockerfile @@ -1,4 +1,4 @@ -FROM rust:1.67.0-slim-bullseye +FROM rust:1.70.0-slim-bullseye LABEL maintainer="augustinas@status.im" LABEL source="https://github.com/logos-co/nomos-research" diff --git a/shell.nix b/shell.nix index 941c37b6..931d0d28 100644 --- a/shell.nix +++ b/shell.nix @@ -6,7 +6,7 @@ overlays = [ (import (fetchGit { url = "https://github.com/oxalica/rust-overlay.git"; - rev = "3bab7ae4a80de02377005d611dc4b0a13082aa7c"; + rev = "86302751ef371597d48951983e1a2f04fe78d4ff"; })) ]; } @@ -17,7 +17,7 @@ pkgs.mkShell { buildInputs = with pkgs; [ pkg-config - rust-bin.stable."1.67.0".default + rust-bin.stable."1.70.0".default go_1_19 # 1.19.5 clang_14 llvmPackages_14.libclang