Skip to content

Commit

Permalink
chore(deps): Bump to 0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mihaigalos committed Sep 10, 2023
1 parent 6a7c776 commit 152f4d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
edition = "2021"
name = "pipeview"
version = "0.2.2"
version = "0.2.3"
description = "🧪 A command line pipe inspection utility."
categories = ["command-line-utilities", "visualization"]
keywords = ["pipe", "meter", "gauge"]
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ COPY . /src
RUN apk update && \
apk add --no-cache musl-dev

RUN rustup update 1.64 && rustup default 1.64
RUN rustup update 1.70 && rustup default 1.70

RUN cd /src \
&& cargo build --release
Expand Down

0 comments on commit 152f4d4

Please sign in to comment.