diff options
author | Santo Cariotti <santo@dcariotti.me> | 2024-09-08 16:30:42 +0200 |
---|---|---|
committer | Santo Cariotti <santo@dcariotti.me> | 2024-09-08 16:30:42 +0200 |
commit | b4478d84ee3cc2bd5491f7c16d63531bdd466918 (patch) | |
tree | 88b59dd19495de7712bb07b78949cf9c4db556cb | |
parent | 5aa598a633efa1f498d1e07777eb1de59b7aa305 (diff) |
release: version 0.0.6
-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.5" +version = "0.0.6" dependencies = [ "async-graphql", "async-graphql-axum", @@ -1,6 +1,6 @@ [package] name = "cas" -version = "0.0.5" +version = "0.0.6" 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" |