diff options
author | Santo Cariotti <santo@dcariotti.me> | 2024-09-07 16:43:30 +0200 |
---|---|---|
committer | Santo Cariotti <santo@dcariotti.me> | 2024-09-07 16:43:30 +0200 |
commit | 365c4cc318479b2ad8bb848ca03d96dfd6d2aed8 (patch) | |
tree | 3e2a2813224686ce5124eca73ff08a9e8a971bca | |
parent | da6170fa4cbe5dd5fbc7579e21b017410f34cd0b (diff) |
release: version 0.0.5
-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.4" +version = "0.0.5" dependencies = [ "async-graphql", "async-graphql-axum", @@ -1,6 +1,6 @@ [package] name = "cas" -version = "0.0.4" +version = "0.0.5" 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" |