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