Bump to rust 1.75 (#550)

This commit is contained in:
gusto 2024-01-02 17:34:41 +02:00 committed by GitHub
parent 37cf900617
commit 86ee8ff8c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
# BUILD IMAGE ---------------------------------------------------------
FROM rust:1.74.0-slim-bullseye AS builder
FROM rust:1.75.0-slim-bullseye AS builder
# Using backports for go 1.19
RUN echo 'deb http://deb.debian.org/debian bullseye-backports main' \

View File

@ -1,4 +1,4 @@
FROM rust:1.74.0-slim-bullseye
FROM rust:1.75.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 = "6da9555a6d691bcdf43f90d8fd445e96d246f807";
rev = "a0df72e106322b67e9c6e591fe870380bd0da0d5";
}))
];
}
@ -17,7 +17,7 @@ pkgs.mkShell {
buildInputs = with pkgs; [
pkg-config
rust-bin.stable."1.74.0".default
rust-bin.stable."1.75.0".default
clang_14
llvmPackages_14.libclang
];

View File

@ -1,6 +1,6 @@
# BUILD IMAGE ---------------------------------------------------------
FROM rust:1.74.0-slim-bullseye AS builder
FROM rust:1.75.0-slim-bullseye AS builder
# Using backports for go 1.19
RUN echo 'deb http://deb.debian.org/debian bullseye-backports main' \