diff options
author | Santo Cariotti <santo@dcariotti.me> | 2025-01-20 16:09:35 +0100 |
---|---|---|
committer | Santo Cariotti <santo@dcariotti.me> | 2025-01-20 16:09:35 +0100 |
commit | d38fccb092411c083ff82c5bbe65af2add225b94 (patch) | |
tree | 7ab9d294702c0124e3a078f78c7dbaacdd7bf82d | |
parent | 870e52a83bd0827823616882e1633e38c2ff20a7 (diff) |
release: version 0.9.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.9.0" +version = "0.9.1" dependencies = [ "async-graphql", "async-graphql-axum", @@ -1,6 +1,6 @@ [package] name = "cas" -version = "0.9.0" +version = "0.9.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.9.0" +LABEL version="0.9.1" RUN mkdir -p /app |