]> Untitled Git - lemmy.git/blobdiff - crates/websocket/Cargo.toml
Specify minimum Rust version 1.57 (fixes #2333) (#2334)
[lemmy.git] / crates / websocket / Cargo.toml
index 37e6ff01edd71a863afec8a83860e33f52115a55..5cfa97176ace3a19ab41c8bf074825efe358187b 100644 (file)
@@ -6,6 +6,7 @@ description = "A link aggregator for the fediverse"
 license = "AGPL-3.0"
 homepage = "https://join-lemmy.org/"
 documentation = "https://join-lemmy.org/docs/en/index.html"
+rust-version = "1.57"
 
 [lib]
 name = "lemmy_websocket"
@@ -14,7 +15,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"] }