diff options
author | Santo Cariotti <santo@dcariotti.me> | 2024-09-10 16:19:42 +0200 |
---|---|---|
committer | Santo Cariotti <santo@dcariotti.me> | 2024-09-10 16:19:42 +0200 |
commit | 33d1fab07889b7d3ea898ecb306e112808126d84 (patch) | |
tree | 11418e0e64f7b80092c3e6d864ea9b1b4648c26d | |
parent | 2d3e4e8c026bb7f17eee98840b70694d99a655c2 (diff) |
release: version 0.7.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.7.1" +version = "0.7.2" dependencies = [ "async-graphql", "async-graphql-axum", @@ -1,6 +1,6 @@ [package] name = "cas" -version = "0.7.1" +version = "0.7.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" |