Move jsondb to crates.io because nix can't take a hint

xenofem 2022-08-17 03:07:18 -04:00
parent c7ceb4113b
commit 23e8efc6ab
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -935,7 +935,7 @@ dependencies = [
[[package]]
name = "jsondb"
version = "0.4.0"
source = "git+https://git.xeno.science/xenofem/jsondb#b8d31b77d937e524a72c50bbed93d276741e174b"
source = "git+https://git.xeno.science/xenofem/jsondb?branch=main#b8d31b77d937e524a72c50bbed93d276741e174b"
dependencies = [
"serde",
"serde_json",

View File

@ -20,7 +20,7 @@ dotenv = "0.15"
env_logger = "0.9"
futures-core = "0.3"
inotify = "0.10"
jsondb = { version = "0.4.0", git = "https://git.xeno.science/xenofem/jsondb" }
jsondb = "0.4.0"
log = "0.4"
mime = "0.3.16"
mnemonic = "1.0.1"