diff options
author | Santo Cariotti <santo@dcariotti.me> | 2024-11-29 08:50:37 +0100 |
---|---|---|
committer | Santo Cariotti <santo@dcariotti.me> | 2024-11-29 08:50:37 +0100 |
commit | 235a650d34348e8a7febea525b452b2b062cd1d5 (patch) | |
tree | 27aa25d19c48b6bf55d5b5814d9c59da3e9caea4 | |
parent | 39ef904c9ebca27d306c4beb02862a0393df1259 (diff) |
release: version 0.8.8
-rw-r--r-- | Cargo.lock | 4 | ||||
-rw-r--r-- | Cargo.toml | 2 | ||||
-rw-r--r-- | Dockerfile | 2 |
3 files changed, 4 insertions, 4 deletions
@@ -1,6 +1,6 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. -version = 3 +version = 4 [[package]] name = "Inflector" @@ -406,7 +406,7 @@ dependencies = [ [[package]] name = "cas" -version = "0.8.7" +version = "0.8.8" dependencies = [ "async-graphql", "async-graphql-axum", @@ -1,6 +1,6 @@ [package] name = "cas" -version = "0.8.7" +version = "0.8.8" 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.7" +LABEL version="0.8.8" RUN mkdir -p /app |