diff options
author | Santo Cariotti <santo@dcariotti.me> | 2024-09-03 21:07:38 +0200 |
---|---|---|
committer | Santo Cariotti <santo@dcariotti.me> | 2024-09-03 21:07:38 +0200 |
commit | 58ff30ec66b5fd94c98cd0dfe441d6968af35ff2 (patch) | |
tree | 250eba6d60787cd22707e57e4e1a85f07285a848 | |
parent | a0e7fe51936351ee9b8ae66c18a6dc32e64078ed (diff) |
release: version 0.0.2-a
-rw-r--r-- | Cargo.lock | 2 | ||||
-rw-r--r-- | Cargo.toml | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -392,7 +392,7 @@ dependencies = [ [[package]] name = "cas" -version = "0.0.2" +version = "0.0.2-a" dependencies = [ "async-graphql", "async-graphql-axum", @@ -1,6 +1,6 @@ [package] name = "cas" -version = "0.0.2" +version = "0.0.2-a" 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" |