summaryrefslogtreecommitdiffstats
path: root/adenosine-pds/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'adenosine-pds/Cargo.toml')
-rw-r--r--adenosine-pds/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/adenosine-pds/Cargo.toml b/adenosine-pds/Cargo.toml
index 3210ba9..b150e37 100644
--- a/adenosine-pds/Cargo.toml
+++ b/adenosine-pds/Cargo.toml
@@ -4,7 +4,7 @@ description = "Simple informal personal data server (PDS) for AT protocol and bs
keywords = ["atproto"]
categories = []
-version = "0.3.0"
+version = "0.4.0"
edition = "2021"
rust-version = "1.61"
authors = ["Bryan Newbold <bnewbold@robocracy.org>"]
@@ -13,7 +13,7 @@ readme = "README.md"
repository = "https://gitlab.com/bnewbold/adenosine"
[dependencies]
-adenosine = { version = "0.3.0", path = "../adenosine" }
+adenosine = { version = "0.4.0", path = "../adenosine" }
anyhow = "1"
askama = { version = "0.11", features = ["serde-json"] }
bcrypt = "0.13"