diff options
author | Santo Cariotti <santo@dcariotti.me> | 2024-09-07 12:13:48 +0200 |
---|---|---|
committer | Santo Cariotti <santo@dcariotti.me> | 2024-09-07 12:13:48 +0200 |
commit | 33b6729add5616fdaab92b439dd224a9593eea68 (patch) | |
tree | fcfb8835ee1a02a7c04e4b9f5003e947e2e8bfca | |
parent | 2c0c99ce01a69c8a5ec14eab737d7858cf11dcb1 (diff) |
release: version 0.0.4
-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.3-alpha.3" +version = "0.0.4" dependencies = [ "async-graphql", "async-graphql-axum", @@ -1,6 +1,6 @@ [package] name = "cas" -version = "0.0.3-alpha.3" +version = "0.0.4" 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" |