diff options
author | Santo Cariotti <santo@dcariotti.me> | 2025-01-20 16:40:50 +0100 |
---|---|---|
committer | Santo Cariotti <santo@dcariotti.me> | 2025-01-20 16:40:50 +0100 |
commit | 90cdf5d68c64d411b79b01f6aad5de3cd421d8c9 (patch) | |
tree | dce256ca6895b668fe133c86c355c47ce285d4f1 | |
parent | b808c45af6a301587783d689138ec744bc6b9536 (diff) |
release: version 0.9.2
-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.9.1" +version = "0.9.2" dependencies = [ "async-graphql", "async-graphql-axum", @@ -1,6 +1,6 @@ [package] name = "cas" -version = "0.9.1" +version = "0.9.2" 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.9.1" +LABEL version="0.9.2" RUN mkdir -p /app |