diff options
author | Santo Cariotti <santo@dcariotti.me> | 2024-09-13 13:04:41 +0200 |
---|---|---|
committer | Santo Cariotti <santo@dcariotti.me> | 2024-09-13 13:04:41 +0200 |
commit | 02e41bc8e457ffb6a96e8ae551f172df8140c578 (patch) | |
tree | e5bf8cef5c3c2e58ee32c4c89b4708ce103ff4cc | |
parent | 28f4a1be06e29bb3bbb3dbf4f9307308783450ab (diff) |
release: version 0.8.2
-rw-r--r-- | Cargo.lock | 2 | ||||
-rw-r--r-- | Cargo.toml | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -405,7 +405,7 @@ dependencies = [ [[package]] name = "cas" -version = "0.8.1" +version = "0.8.2" dependencies = [ "async-graphql", "async-graphql-axum", @@ -1,6 +1,6 @@ [package] name = "cas" -version = "0.8.1" +version = "0.8.2" 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" |