X-Git-Url: http://these/git/?a=blobdiff_plain;f=crates%2Fwebsocket%2FCargo.toml;h=d3b3a6d2c72cee27d009c7f9d45cdaf313de9e8c;hb=af225a42d0863a4362967b8e035e5b1a4643b725;hp=0f5aa651d3cd22f2f8696d75fb18ab33f9b30fc0;hpb=73449c09a7fb6392304501154945af50606d1070;p=lemmy.git diff --git a/crates/websocket/Cargo.toml b/crates/websocket/Cargo.toml index 0f5aa651..d3b3a6d2 100644 --- a/crates/websocket/Cargo.toml +++ b/crates/websocket/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lemmy_websocket" -version = "0.11.3" +version = "0.11.4-rc.28" edition = "2018" description = "A link aggregator for the fediverse" license = "AGPL-3.0" @@ -11,12 +11,12 @@ path = "src/lib.rs" doctest = false [dependencies] -lemmy_utils = { version = "=0.11.3", path = "../utils" } -lemmy_api_common = { version = "=0.11.3", path = "../api_common" } -lemmy_db_queries = { version = "=0.11.3", path = "../db_queries" } -lemmy_db_schema = { version = "=0.11.3", path = "../db_schema" } -lemmy_db_views = { version = "=0.11.3", path = "../db_views" } -lemmy_db_views_actor = { version = "=0.11.3", path = "../db_views_actor" } +lemmy_utils = { version = "=0.11.4-rc.28", path = "../utils" } +lemmy_api_common = { version = "=0.11.4-rc.28", path = "../api_common" } +lemmy_db_queries = { version = "=0.11.4-rc.28", path = "../db_queries" } +lemmy_db_schema = { version = "=0.11.4-rc.28", path = "../db_schema" } +lemmy_db_views = { version = "=0.11.4-rc.28", path = "../db_views" } +lemmy_db_views_actor = { version = "=0.11.4-rc.28", path = "../db_views_actor" } reqwest = { version = "0.11.4", features = ["json"] } log = "0.4.14" rand = "0.8.4"