diff options
author | Santo Cariotti <santo@dcariotti.me> | 2025-01-17 14:59:32 +0100 |
---|---|---|
committer | Santo Cariotti <santo@dcariotti.me> | 2025-01-17 14:59:32 +0100 |
commit | c6dcfcfe833c28fec288918965fc31cd86199fb1 (patch) | |
tree | 4e12e6cc7f6d7e64ec533bbef4d8fa952d51c351 | |
parent | 455864445d9234af47aeef58e3cf22efc8284675 (diff) |
release: version 0.8.12
-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.11" +version = "0.8.12" dependencies = [ "async-graphql", "async-graphql-axum", @@ -1,6 +1,6 @@ [package] name = "cas" -version = "0.8.11" +version = "0.8.12" 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.11" +LABEL version="0.8.12" RUN mkdir -p /app |