diff options
author | Santo Cariotti <santo@dcariotti.me> | 2024-10-18 15:38:58 +0200 |
---|---|---|
committer | Santo Cariotti <santo@dcariotti.me> | 2024-10-18 15:38:58 +0200 |
commit | 178c53dff20f30e7897265c74a9e1047b8044f39 (patch) | |
tree | 3329bfea5a0547422b0ffd8be62b0c3a4fcbbe7c | |
parent | 874e85a8b1a6c5d9c5bbc1f4429785563a1f7426 (diff) |
release: version 0.8.5
-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.4" +version = "0.8.5" dependencies = [ "async-graphql", "async-graphql-axum", @@ -1,6 +1,6 @@ [package] name = "cas" -version = "0.8.4" +version = "0.8.5" 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.4" +LABEL version="0.8.5" RUN mkdir -p /app |