diff options
| author | Santo Cariotti <santo@dcariotti.me> | 2024-09-10 15:30:49 +0200 |
|---|---|---|
| committer | Santo Cariotti <santo@dcariotti.me> | 2024-09-10 15:30:49 +0200 |
| commit | 4bf39092ecbfbd69aac83f331b92d0fffa431d1b (patch) | |
| tree | cfdc8fe8f3777c5fcf5626e8adc1932ee06f6661 | |
| parent | a1ef3b1e7ef495864f98ed45ef398441be26e6da (diff) | |
release: version 0.7.1
| -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.0" +version = "0.7.1" dependencies = [ "async-graphql", "async-graphql-axum", @@ -1,6 +1,6 @@ [package] name = "cas" -version = "0.7.0" +version = "0.7.1" 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" |