1
0
mirror of https://github.com/shimunn/gitredditor.git synced 2023-11-17 18:42:43 +01:00

updated dependencies
Some checks reported errors
continuous-integration/drone/push Build encountered an error

This commit is contained in:
shimunn 2019-07-04 21:51:01 +02:00
parent c68889b2db
commit 06c8837fc1
Signed by: shimun
GPG Key ID: E81D8382DC2F971B
2 changed files with 377 additions and 303 deletions

678
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -2,7 +2,7 @@ FROM scratch AS fs
COPY . /usr/src/gitredditor COPY . /usr/src/gitredditor
FROM rust:1.34.1 AS build FROM rust:1.35 AS build
WORKDIR /usr/src/ WORKDIR /usr/src/