X-Git-Url: http://these/git/?a=blobdiff_plain;f=crates%2Froutes%2FCargo.toml;h=6f55d283bb41bafce2d62a93e68234954b337e7d;hb=c232564fdadd06a66841bfb1ad6aafc7ace51aab;hp=009be0a5352d4e6460e1ff7189ec39310a5a7f52;hpb=48788489550c6d430f430b4176fc2ca407305ea8;p=lemmy.git diff --git a/crates/routes/Cargo.toml b/crates/routes/Cargo.toml index 009be0a5..6f55d283 100644 --- a/crates/routes/Cargo.toml +++ b/crates/routes/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lemmy_routes" -version = "0.16.3-rc.1" +version = "0.16.3" edition = "2021" description = "A link aggregator for the fediverse" license = "AGPL-3.0" @@ -11,13 +11,13 @@ documentation = "https://join-lemmy.org/docs/en/index.html" doctest = false [dependencies] -lemmy_utils = { version = "=0.16.3-rc.1", path = "../utils" } -lemmy_websocket = { version = "=0.16.3-rc.1", path = "../websocket" } -lemmy_db_views = { version = "=0.16.3-rc.1", path = "../db_views" } -lemmy_db_views_actor = { version = "=0.16.3-rc.1", path = "../db_views_actor" } -lemmy_db_schema = { version = "=0.16.3-rc.1", path = "../db_schema" } -lemmy_api_common = { version = "=0.16.3-rc.1", path = "../api_common" } -lemmy_apub = { version = "=0.16.3-rc.1", path = "../apub" } +lemmy_utils = { version = "=0.16.3", path = "../utils" } +lemmy_websocket = { version = "=0.16.3", path = "../websocket" } +lemmy_db_views = { version = "=0.16.3", path = "../db_views" } +lemmy_db_views_actor = { version = "=0.16.3", path = "../db_views_actor" } +lemmy_db_schema = { version = "=0.16.3", path = "../db_schema" } +lemmy_api_common = { version = "=0.16.3", path = "../api_common" } +lemmy_apub = { version = "=0.16.3", path = "../apub" } diesel = "1.4.8" actix = "0.13.0" actix-web = { version = "4.0.1", default-features = false, features = ["rustls"] }