Merge remote-tracking branch 'origin/unstable' into tree-states

This commit is contained in:
Michael Sproul
2022-02-02 16:02:33 +11:00
108 changed files with 4838 additions and 928 deletions

View File

@@ -1,4 +1,4 @@
FROM rust:1.56.1-bullseye AS builder
FROM rust:1.58.1-bullseye AS builder
RUN apt-get update && apt-get -y upgrade && apt-get install -y cmake libclang-dev
COPY . lighthouse