summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSanto Cariotti <santo@dcariotti.me>2024-10-04 12:36:41 +0200
committerSanto Cariotti <santo@dcariotti.me>2024-10-04 12:36:41 +0200
commitdddc8e7b1efd68ea0e52fa7ac42bfc0faafb801b (patch)
tree478ec84a73d5cad8dbf7c571d8285a99bdd5db39
parent06114092f679106b7298221972ff346d58a8cbac (diff)
release: version 0.8.3
-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 f4d8f5e..1509a45 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -406,7 +406,7 @@ dependencies = [
[[package]]
name = "cas"
-version = "0.8.2"
+version = "0.8.3"
dependencies = [
"async-graphql",
"async-graphql-axum",
diff --git a/Cargo.toml b/Cargo.toml
index f91893d..1f0861a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "cas"
-version = "0.8.2"
+version = "0.8.3"
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"