]> Untitled Git - lemmy.git/blobdiff - crates/websocket/Cargo.toml
Version 0.14.0-rc.2
[lemmy.git] / crates / websocket / Cargo.toml
index bf09f97dcb65562380db1ec6b43fe97fd6ddbf44..59b9413ee8fa48606b37aa1a4efa568985e13c0e 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "lemmy_websocket"
-version = "0.14.0-rc.1"
+version = "0.14.0-rc.2"
 edition = "2018"
 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.14.0-rc.1", path = "../utils" }
-lemmy_api_common = { version = "=0.14.0-rc.1", path = "../api_common" }
-lemmy_db_schema = { version = "=0.14.0-rc.1", path = "../db_schema" }
-lemmy_db_views = { version = "=0.14.0-rc.1", path = "../db_views" }
-lemmy_db_views_actor = { version = "=0.14.0-rc.1", path = "../db_views_actor" }
+lemmy_utils = { version = "=0.14.0-rc.2", path = "../utils" }
+lemmy_api_common = { version = "=0.14.0-rc.2", path = "../api_common" }
+lemmy_db_schema = { version = "=0.14.0-rc.2", path = "../db_schema" }
+lemmy_db_views = { version = "=0.14.0-rc.2", path = "../db_views" }
+lemmy_db_views_actor = { version = "=0.14.0-rc.2", path = "../db_views_actor" }
 reqwest = { version = "0.11.4", features = ["json"] }
 log = "0.4.14"
 rand = "0.8.4"