Update ci to rust 1.73.0 (#534)

This commit is contained in:
gusto 2023-11-17 10:48:35 +02:00 committed by GitHub
parent a1b72f1f83
commit eb69cd34ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 4 deletions

View File

@ -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" \

View File

@ -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
];