diff options
author | Santo Cariotti <santo@dcariotti.me> | 2024-10-20 22:00:49 +0200 |
---|---|---|
committer | Santo Cariotti <santo@dcariotti.me> | 2024-10-20 22:00:49 +0200 |
commit | 328bb0344fc503f792059ba3e64b90ea1e2dc0af (patch) | |
tree | 3dc9a0abf8f988636e45bc7d504549ffe0323fc6 | |
parent | 1c3d072de12f3319cf40fad592835d5dfb301e70 (diff) |
release: version 0.8.6
-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.5" +version = "0.8.6" dependencies = [ "async-graphql", "async-graphql-axum", @@ -1,6 +1,6 @@ [package] name = "cas" -version = "0.8.5" +version = "0.8.6" 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.5" +LABEL version="0.8.6" RUN mkdir -p /app |