From eb69cd34ec399dee51d0410056cb725d5a4df6fd Mon Sep 17 00:00:00 2001 From: gusto Date: Fri, 17 Nov 2023 10:48:35 +0200 Subject: [PATCH] Update ci to rust 1.73.0 (#534) --- ci/Dockerfile | 2 +- shell.nix | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/ci/Dockerfile b/ci/Dockerfile index 6621650e..234b45b7 100644 --- a/ci/Dockerfile +++ b/ci/Dockerfile @@ -1,4 +1,4 @@ -FROM rust:1.72.0-slim-bullseye +FROM rust:1.73.0-slim-bullseye LABEL maintainer="augustinas@status.im" \ source="https://github.com/logos-co/nomos-node" \ diff --git a/shell.nix b/shell.nix index 931d0d28..7d0281e2 100644 --- a/shell.nix +++ b/shell.nix @@ -6,7 +6,7 @@ overlays = [ (import (fetchGit { url = "https://github.com/oxalica/rust-overlay.git"; - rev = "86302751ef371597d48951983e1a2f04fe78d4ff"; + rev = "b7a041430733fccaa1ffc3724bb9454289d0f701"; })) ]; } @@ -17,8 +17,7 @@ pkgs.mkShell { buildInputs = with pkgs; [ pkg-config - rust-bin.stable."1.70.0".default - go_1_19 # 1.19.5 + rust-bin.stable."1.73.0".default clang_14 llvmPackages_14.libclang ];