summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSanto Cariotti <santo@dcariotti.me>2024-09-08 16:30:42 +0200
committerSanto Cariotti <santo@dcariotti.me>2024-09-08 16:30:42 +0200
commitb4478d84ee3cc2bd5491f7c16d63531bdd466918 (patch)
tree88b59dd19495de7712bb07b78949cf9c4db556cb
parent5aa598a633efa1f498d1e07777eb1de59b7aa305 (diff)
release: version 0.0.6
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index b247843..64c46fd 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -405,7 +405,7 @@ dependencies = [
[[package]]
name = "cas"
-version = "0.0.5"
+version = "0.0.6"
dependencies = [
"async-graphql",
"async-graphql-axum",
diff --git a/Cargo.toml b/Cargo.toml
index be7db19..600c7c1 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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"