refactor: simplify NOTICE messages

This commit is contained in:
Greg Heartsfield
2022-02-26 17:34:58 -06:00
parent 048199e30b
commit ed3a6b9692
2 changed files with 15 additions and 11 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
FROM rust:1.58.1 as builder
FROM rust:1.59.0 as builder
RUN USER=root cargo new --bin nostr-rs-relay
WORKDIR ./nostr-rs-relay