]> Untitled Git - lemmy.git/blobdiff - crates/websocket/Cargo.toml
Run cargo check for each crate with different features (ref #2284) (#2292)
[lemmy.git] / crates / websocket / Cargo.toml
index 37e6ff01edd71a863afec8a83860e33f52115a55..b20e3a80542f51f35c44d69aec308647dddec044 100644 (file)
@@ -14,7 +14,7 @@ doctest = false
 
 [dependencies]
 lemmy_utils = { version = "=0.16.5", path = "../utils" }
-lemmy_api_common = { version = "=0.16.5", path = "../api_common" }
+lemmy_api_common = { version = "=0.16.5", path = "../api_common", features = ["full"] }
 lemmy_db_schema = { version = "=0.16.5", path = "../db_schema", features = ["full"] }
 lemmy_db_views = { version = "=0.16.5", path = "../db_views", features = ["full"] }
 lemmy_db_views_actor = { version = "=0.16.5", path = "../db_views_actor", features = ["full"] }