summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSanto Cariotti <santo@dcariotti.me>2024-09-05 16:12:28 +0200
committerSanto Cariotti <santo@dcariotti.me>2024-09-05 16:12:28 +0200
commit14ffe7ed770b33b5672213d80d03d5ba67ada200 (patch)
treefacd080282ec81e83d40ed6a52294debc4596e6a
parentf974283a84351338bf9ef0cb08251520df9d9a69 (diff)
release: version 0.0.3-alpha.2
-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 4cee2ce..542add8 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -405,7 +405,7 @@ dependencies = [
[[package]]
name = "cas"
-version = "0.0.3-alpha.1"
+version = "0.0.3-alpha.2"
dependencies = [
"async-graphql",
"async-graphql-axum",
diff --git a/Cargo.toml b/Cargo.toml
index 2d78c2f..a304036 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "cas"
-version = "0.0.3-alpha.1"
+version = "0.0.3-alpha.2"
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"