diff options
author | Santo Cariotti <santo@dcariotti.me> | 2025-02-03 17:05:28 +0100 |
---|---|---|
committer | Santo Cariotti <santo@dcariotti.me> | 2025-02-03 17:05:28 +0100 |
commit | 8b1035749e927087976e0e30576622c59b87e08f (patch) | |
tree | caf91a14a7cda0c9ae095bc8307a45330dcd8e0d | |
parent | 885393c445dd014dbb4a9a90aa23966db4b29711 (diff) |
release: version 0.10.0
-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.3" +version = "0.10.0" dependencies = [ "async-graphql", "async-graphql-axum", @@ -1,6 +1,6 @@ [package] name = "cas" -version = "0.9.3" +version = "0.10.0" 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.3" +LABEL version="0.10.0" RUN mkdir -p /app |