]> 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 693b431f35a4d8e7ffe0bb61b5dc810300aff33d..5cfa97176ace3a19ab41c8bf074825efe358187b 100644 (file)
@@ -1,11 +1,12 @@
 [package]
 name = "lemmy_websocket"
-version = "0.16.4-rc.11"
+version = "0.16.5"
 edition = "2021"
 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"
@@ -13,11 +14,11 @@ path = "src/lib.rs"
 doctest = false
 
 [dependencies]
-lemmy_utils = { version = "=0.16.4-rc.11", path = "../utils" }
-lemmy_api_common = { version = "=0.16.4-rc.11", path = "../api_common" }
-lemmy_db_schema = { version = "=0.16.4-rc.11", path = "../db_schema", features = ["full"] }
-lemmy_db_views = { version = "=0.16.4-rc.11", path = "../db_views", features = ["full"] }
-lemmy_db_views_actor = { version = "=0.16.4-rc.11", path = "../db_views_actor", features = ["full"] }
+lemmy_utils = { version = "=0.16.5", path = "../utils" }
+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"] }
 reqwest-middleware = "0.1.5"
 tracing = "0.1.32"
 rand = "0.8.5"