summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSanto Cariotti <santo@dcariotti.me>2024-09-12 11:48:49 +0200
committerSanto Cariotti <santo@dcariotti.me>2024-09-12 11:48:49 +0200
commit50f16bb68fb6b28a1049ca25bb4273847c77ea93 (patch)
tree1915386a7b1452a488755288584143cfaa4b28fb
parent20de94cda2f9746b39712554ffd9d3ffb28cfee9 (diff)
release: version 0.8.1
-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 92c31bf..2e8d7b9 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -405,7 +405,7 @@ dependencies = [
[[package]]
name = "cas"
-version = "0.8.0"
+version = "0.8.1"
dependencies = [
"async-graphql",
"async-graphql-axum",
diff --git a/Cargo.toml b/Cargo.toml
index 6c2fa18..54a15ad 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "cas"
-version = "0.8.0"
+version = "0.8.1"
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"