diff options
author | Santo Cariotti <santo@dcariotti.me> | 2024-10-18 13:13:17 +0200 |
---|---|---|
committer | Santo Cariotti <santo@dcariotti.me> | 2024-10-18 13:13:17 +0200 |
commit | f252e471b911e4921174b5c1c451f33d1979e04f (patch) | |
tree | b581aaf7d8fdb7983512ef3d3f99c9c74c99a576 | |
parent | 31fe447112b6b3d76b0612df91f3eca2e47f2961 (diff) |
release: version 0.8.4
-rw-r--r-- | Cargo.lock | 2 | ||||
-rw-r--r-- | Cargo.toml | 2 | ||||
-rw-r--r-- | Dockerfile | 2 |
3 files changed, 3 insertions, 3 deletions
@@ -406,7 +406,7 @@ dependencies = [ [[package]] name = "cas" -version = "0.8.3" +version = "0.8.4" dependencies = [ "async-graphql", "async-graphql-axum", @@ -1,6 +1,6 @@ [package] name = "cas" -version = "0.8.3" +version = "0.8.4" edition = "2021" authors = ["Santo Cariotti <santo@dcariotti.me>", "Luca Polese <luca.polese@studio.unibo.it>"] documentation = "https://cas-4.github.io/backend/cas/index.html" @@ -9,7 +9,7 @@ RUN cargo build --release # Stage 2 FROM debian:bookworm-slim -LABEL version="0.8.3" +LABEL version="0.8.4" RUN mkdir -p /app |