diff options
| author | Santo Cariotti <santo@dcariotti.me> | 2024-09-05 14:21:48 +0200 |
|---|---|---|
| committer | Santo Cariotti <santo@dcariotti.me> | 2024-09-05 14:21:48 +0200 |
| commit | d35ec476209f85631d16fb78553af8dad33eb2e0 (patch) | |
| tree | 1b95fb55328578c5955e1b7fb4be4bf8e7f16560 | |
| parent | f56b18fd28054aa5b241a897d22bcfc58c321286 (diff) | |
release: version 0.0.3
| -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.0.2-a" +version = "0.0.3" dependencies = [ "async-graphql", "async-graphql-axum", @@ -1,6 +1,6 @@ [package] name = "cas" -version = "0.0.2-a" +version = "0.0.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" |