diff options
author | Santo Cariotti <santo@dcariotti.me> | 2024-09-12 11:47:38 +0200 |
---|---|---|
committer | Santo Cariotti <santo@dcariotti.me> | 2024-09-12 11:47:38 +0200 |
commit | f608381ab5843e92dd4772fbb8658695ce679503 (patch) | |
tree | 6ab313f3d0ee9e95ccdb13455778e37508bb5a3d | |
parent | 105f6831d13ebb473b6ce9b63c5c159b5a6c964d (diff) |
release: version 0.8.0
-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.7.3" +version = "0.8.0" dependencies = [ "async-graphql", "async-graphql-axum", @@ -1,6 +1,6 @@ [package] name = "cas" -version = "0.7.3" +version = "0.8.0" 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" |