diff options
author | Santo Cariotti <santo@dcariotti.me> | 2024-11-29 14:38:25 +0100 |
---|---|---|
committer | Santo Cariotti <santo@dcariotti.me> | 2024-11-29 14:38:25 +0100 |
commit | 423442a82838b87f032d1321ff0f886617c68053 (patch) | |
tree | 49a659cf73031026422092ab27e8f139db61c0af | |
parent | dce41a67f711005a859e909ca93710b93cab8d08 (diff) |
release: version 0.8.9
-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.8" +version = "0.8.9" dependencies = [ "async-graphql", "async-graphql-axum", @@ -1,6 +1,6 @@ [package] name = "cas" -version = "0.8.8" +version = "0.8.9" 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.8" +LABEL version="0.8.9" RUN mkdir -p /app |