diff --git a/Cargo.lock b/Cargo.lock index 405c1d97..38d7d137 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2141,7 +2141,7 @@ dependencies = [ [[package]] name = "tofnd" -version = "0.9.0" +version = "0.9.1" dependencies = [ "anyhow", "atty", diff --git a/Cargo.toml b/Cargo.toml index c0bd0432..99728678 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tofnd" -version = "0.9.0" +version = "0.9.1" authors = ["Gus Gutoski ", "Stelios Daveas "] edition = "2018" license = "MIT OR Apache-2.0" diff --git a/Dockerfile b/Dockerfile index 004c0999..3f98482c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # syntax=docker/dockerfile:experimental -FROM rust:1.51 as builder +FROM rust:1.57 as builder RUN set -ex \ && apt-get update \