aboutsummaryrefslogtreecommitdiffstats
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 4ece956..d7e40ba 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.1.2"
+version = "0.1.3-dev.0"
edition = "2021"
rust-version = "1.61"
authors = ["Bryan Newbold <bnewbold@robocracy.org>"]
@@ -29,7 +29,7 @@ rusqlite_migration = "1"
rouille = "3"
# NOTE: vendored for now
#iroh-car = "*"
-adenosine-cli = { version = "0.1.2", path = "../adenosine-cli" }
+adenosine-cli = { version = "0.1.3-dev.0", path = "../adenosine-cli" }
tokio = { version = "1", features = ["full"] }
futures = "0.3"
sha256 = "1"