]> Untitled Git - lemmy.git/blobdiff - crates/websocket/Cargo.toml
Version 0.16.0-rc.4
[lemmy.git] / crates / websocket / Cargo.toml
index f34d30d3464d5fddc0af7bed1c757a26b922e5f0..84cb92a3d40923758e69cd7128e76f92d5d27856 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "lemmy_websocket"
-version = "0.16.0-rc.3"
+version = "0.16.0-rc.4"
 edition = "2021"
 description = "A link aggregator for the fediverse"
 license = "AGPL-3.0"
@@ -13,11 +13,11 @@ path = "src/lib.rs"
 doctest = false
 
 [dependencies]
-lemmy_utils = { version = "=0.16.0-rc.3", path = "../utils" }
-lemmy_api_common = { version = "=0.16.0-rc.3", path = "../api_common" }
-lemmy_db_schema = { version = "=0.16.0-rc.3", path = "../db_schema" }
-lemmy_db_views = { version = "=0.16.0-rc.3", path = "../db_views" }
-lemmy_db_views_actor = { version = "=0.16.0-rc.3", path = "../db_views_actor" }
+lemmy_utils = { version = "=0.16.0-rc.4", path = "../utils" }
+lemmy_api_common = { version = "=0.16.0-rc.4", path = "../api_common" }
+lemmy_db_schema = { version = "=0.16.0-rc.4", path = "../db_schema" }
+lemmy_db_views = { version = "=0.16.0-rc.4", path = "../db_views" }
+lemmy_db_views_actor = { version = "=0.16.0-rc.4", path = "../db_views_actor" }
 reqwest = { version = "0.11.7", features = ["json"] }
 reqwest-middleware = "0.1.3"
 tracing = "0.1.29"