Skip to content

Commit

Permalink
Merge branch 'release/0.5.14'
Browse files Browse the repository at this point in the history
  • Loading branch information
s3rius committed Nov 1, 2022
2 parents cdf7786 + b154a60 commit 74eedf0
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rustus"
version = "0.5.13"
version = "0.5.14"
edition = "2021"
description = "TUS protocol implementation written in Rust."
keywords = [
Expand Down
2 changes: 1 addition & 1 deletion deploy/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ WORKDIR /app
COPY Cargo.toml Cargo.lock ./
COPY src ./src
COPY imgs ./imgs
RUN RUSTFLAGS="-C target-cpu=native" cargo build --release --bin rustus --features=all
RUN cargo build --release --bin rustus --features=all

FROM debian:bullseye-20211201-slim AS base

Expand Down
4 changes: 2 additions & 2 deletions deploy/helm/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ version: 0.2.0
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "0.5.13"
appVersion: "0.5.14"


dependencies:
Expand All @@ -37,4 +37,4 @@ dependencies:
- name: mysql
version: ^8.0
condition: mysql.enabled
repository: "https://charts.bitnami.com/bitnami"
repository: "https://charts.bitnami.com/bitnami"

0 comments on commit 74eedf0

Please sign in to comment.