diff options
author | Santo Cariotti <santo@dcariotti.me> | 2024-11-29 15:41:10 +0100 |
---|---|---|
committer | Santo Cariotti <santo@dcariotti.me> | 2024-11-29 15:41:10 +0100 |
commit | b5a7a8c5cb4f2c3645c3c53f827a9915e5817108 (patch) | |
tree | 7c4de1b0de143eb80637710eb98ed8941d73b374 | |
parent | 4e589cf53de08e3689ab5c62ca7efe90f4ac9f48 (diff) |
release: version 0.8.10
-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.9" +version = "0.8.10" dependencies = [ "async-graphql", "async-graphql-axum", @@ -1,6 +1,6 @@ [package] name = "cas" -version = "0.8.9" +version = "0.8.10" 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.9" +LABEL version="0.8.10" RUN mkdir -p /app |