X-Git-Url: http://these/git/?a=blobdiff_plain;f=crates%2Fapub%2FCargo.toml;h=7426284d0a5667d336bea869a59433c4a4974654;hb=c232564fdadd06a66841bfb1ad6aafc7ace51aab;hp=e5f59bb99c0e786ae433737de1f3c02a3819d207;hpb=48788489550c6d430f430b4176fc2ca407305ea8;p=lemmy.git diff --git a/crates/apub/Cargo.toml b/crates/apub/Cargo.toml index e5f59bb9..7426284d 100644 --- a/crates/apub/Cargo.toml +++ b/crates/apub/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lemmy_apub" -version = "0.16.3-rc.1" +version = "0.16.3" edition = "2021" description = "A link aggregator for the fediverse" license = "AGPL-3.0" @@ -13,13 +13,13 @@ path = "src/lib.rs" doctest = false [dependencies] -lemmy_utils = { version = "=0.16.3-rc.1", path = "../utils" } -lemmy_apub_lib = { version = "=0.16.3-rc.1", path = "../apub_lib" } -lemmy_db_schema = { version = "=0.16.3-rc.1", path = "../db_schema" } -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_api_common = { version = "=0.16.3-rc.1", path = "../api_common" } -lemmy_websocket = { version = "=0.16.3-rc.1", path = "../websocket" } +lemmy_utils = { version = "=0.16.3", path = "../utils" } +lemmy_apub_lib = { version = "=0.16.3", path = "../apub_lib" } +lemmy_db_schema = { version = "=0.16.3", path = "../db_schema" } +lemmy_db_views = { version = "=0.16.3", path = "../db_views" } +lemmy_db_views_actor = { version = "=0.16.3", path = "../db_views_actor" } +lemmy_api_common = { version = "=0.16.3", path = "../api_common" } +lemmy_websocket = { version = "=0.16.3", path = "../websocket" } diesel = "1.4.8" activitystreams-kinds = "0.2.1" bcrypt = "0.12.1"