diff options
author | Santo Cariotti <santo@dcariotti.me> | 2024-10-04 12:36:41 +0200 |
---|---|---|
committer | Santo Cariotti <santo@dcariotti.me> | 2024-10-04 12:36:41 +0200 |
commit | dddc8e7b1efd68ea0e52fa7ac42bfc0faafb801b (patch) | |
tree | 478ec84a73d5cad8dbf7c571d8285a99bdd5db39 | |
parent | 06114092f679106b7298221972ff346d58a8cbac (diff) |
release: version 0.8.3
-rw-r--r-- | Cargo.lock | 2 | ||||
-rw-r--r-- | Cargo.toml | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -406,7 +406,7 @@ dependencies = [ [[package]] name = "cas" -version = "0.8.2" +version = "0.8.3" dependencies = [ "async-graphql", "async-graphql-axum", @@ -1,6 +1,6 @@ [package] name = "cas" -version = "0.8.2" +version = "0.8.3" 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" |