Use exact version for Lemmy dependency
This commit is contained in:
parent
7ede38f584
commit
d11febc7e8
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ futures = "0.3.21"
|
||||||
serde_json = "1.0.81"
|
serde_json = "1.0.81"
|
||||||
semver = "1.0.9"
|
semver = "1.0.9"
|
||||||
once_cell = "1.10.0"
|
once_cell = "1.10.0"
|
||||||
lemmy_api_common = "0.16.0"
|
lemmy_api_common = "=0.16.0"
|
||||||
async-recursion = "1.0.0"
|
async-recursion = "1.0.0"
|
||||||
log = "0.4.17"
|
log = "0.4.17"
|
||||||
derive-new = "0.5.9"
|
derive-new = "0.5.9"
|
||||||
|
|
Loading…
Reference in a new issue