Skip to content

Commit

Permalink
build: bump Rust to 1.70.0 to resolve clippy errors (#201)
Browse files Browse the repository at this point in the history
  • Loading branch information
youngjoon-lee authored Jun 19, 2023
1 parent bed0b94 commit 2db493c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -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' \
Expand Down
2 changes: 1 addition & 1 deletion ci/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM rust:1.67.0-slim-bullseye
FROM rust:1.70.0-slim-bullseye

LABEL maintainer="[email protected]"
LABEL source="https://github.com/logos-co/nomos-research"
Expand Down
4 changes: 2 additions & 2 deletions shell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
overlays = [
(import (fetchGit {
url = "https://github.com/oxalica/rust-overlay.git";
rev = "3bab7ae4a80de02377005d611dc4b0a13082aa7c";
rev = "86302751ef371597d48951983e1a2f04fe78d4ff";
}))
];
}
Expand All @@ -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
Expand Down

0 comments on commit 2db493c

Please sign in to comment.