Skip to content

Commit

Permalink
Merge branch 'main' into unvendor-ssl
Browse files Browse the repository at this point in the history
  • Loading branch information
rtyler authored Jul 9, 2024
2 parents 28efd7e + 322366d commit 7e07c8f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM rust:1.75 AS builder
FROM rust:1.79 AS builder

RUN mkdir /build
WORKDIR /build
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.DEFAULT_GOAL := help

CARGO:=$(shell which cargo)
APP=target/debug/placementd-web
APP=target/debug/kafka-delta-ingest
SOURCES=$(shell find . -type f -iname '*.rs')

$(APP): Cargo.toml $(SOURCES)
Expand Down

0 comments on commit 7e07c8f

Please sign in to comment.