diff options
author | Santo Cariotti <santo@dcariotti.me> | 2025-02-03 17:37:08 +0100 |
---|---|---|
committer | Santo Cariotti <santo@dcariotti.me> | 2025-02-03 17:37:08 +0100 |
commit | 17dea3e6e32d0439278abd90c547926218f5e631 (patch) | |
tree | d7eb179aa424db3df5931f7afd83f6dd7336f966 | |
parent | 1a6bf9c4e297913cc8eebc7b8516a5c3d256c624 (diff) |
release: version 0.10.1
-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.10.0" +version = "0.10.1" dependencies = [ "async-graphql", "async-graphql-axum", @@ -1,6 +1,6 @@ [package] name = "cas" -version = "0.10.0" +version = "0.10.1" 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.10.0" +LABEL version="0.10.1" RUN mkdir -p /app |