summaryrefslogtreecommitdiffstats
path: root/adenosine-pds
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2022-10-28 18:22:44 -0700
committerBryan Newbold <bnewbold@robocracy.org>2022-10-28 18:22:44 -0700
commit4cdfdc03c071a871c4c3da623bcfe6e61abb2303 (patch)
treec7958e1bd6a198773911322b56230cafa7eb1c08 /adenosine-pds
parent7b0bdb08e94d0ef59f31e9eaf04f63cea005f5fb (diff)
downloadadenosine-4cdfdc03c071a871c4c3da623bcfe6e61abb2303.tar.gz
adenosine-4cdfdc03c071a871c4c3da623bcfe6e61abb2303.zip
add adenosine-pds to workspace and fix rusqlite dep
Diffstat (limited to 'adenosine-pds')
-rw-r--r--adenosine-pds/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/adenosine-pds/Cargo.toml b/adenosine-pds/Cargo.toml
index 450afb9..5a80b6f 100644
--- a/adenosine-pds/Cargo.toml
+++ b/adenosine-pds/Cargo.toml
@@ -18,7 +18,7 @@ serde_json = "*"
log = "*"
pretty_env_logger = "*"
ipfs-sqlite-block-store = "*"
-rusqlite = { version = "0.28", features = ["bundled"] }
+rusqlite = { version = "*", features = ["bundled"] }
jsonschema = "*"
schemafy = "*"
warp = "*"