From d11febc7e80ae7ea37bd57f00163d71e4b48a918 Mon Sep 17 00:00:00 2001 From: Felix Ableitner Date: Mon, 16 May 2022 22:59:06 +0200 Subject: [PATCH] Use exact version for Lemmy dependency --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8b1ed68..87eb84a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ futures = "0.3.21" serde_json = "1.0.81" semver = "1.0.9" once_cell = "1.10.0" -lemmy_api_common = "0.16.0" +lemmy_api_common = "=0.16.0" async-recursion = "1.0.0" log = "0.4.17" derive-new = "0.5.9"