Skip to content

Commit 59bd49f

Browse files
committed
update ignored dependencies and add build stage to Dockerfile
1 parent 62724b9 commit 59bd49f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,4 +62,4 @@ static-testing = []
6262
redis = ["dep:redis"]
6363

6464
[package.metadata.cargo-machete]
65-
ignored = ["prost", "prost-types", "tonic-build"]
65+
ignored = ["prost", "prost-types", "tonic-prost", "tonic-prost-build"]

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM rust:1.95-alpine@sha256:606fd313a0f49743ee2a7bd49a0914bab7deedb12791f3a846a34a4711db7ed2
1+
FROM rust:1.95-alpine@sha256:606fd313a0f49743ee2a7bd49a0914bab7deedb12791f3a846a34a4711db7ed2 AS builder
22

33
# specify rust features
44
ARG FEATURES="default"

0 commit comments

Comments
 (0)