Don't unwrap on subscription errors.

This commit is contained in:
Paul
2021-03-29 10:14:25 +01:00
parent d2864ac025
commit 0a9d5de369
4 changed files with 4 additions and 4 deletions

View File

@@ -1,5 +1,6 @@
# Build Stage
FROM ekidd/rust-musl-builder:nightly-2021-01-01 AS builder
USER 0:0
WORKDIR /home/rust/src
RUN USER=root cargo new --bin revolt