X-Git-Url: http://these/git/?a=blobdiff_plain;f=crates%2Fapi_common%2FCargo.toml;h=f262a89e31d9c548db3628379db64589348c41ce;hb=c232564fdadd06a66841bfb1ad6aafc7ace51aab;hp=8f76a1b457be53acd6980f6fd8eb3fd1700652ba;hpb=48788489550c6d430f430b4176fc2ca407305ea8;p=lemmy.git diff --git a/crates/api_common/Cargo.toml b/crates/api_common/Cargo.toml index 8f76a1b4..f262a89e 100644 --- a/crates/api_common/Cargo.toml +++ b/crates/api_common/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lemmy_api_common" -version = "0.16.3-rc.1" +version = "0.16.3" 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_db_views = { version = "=0.16.3-rc.1", path = "../db_views" } -lemmy_db_views_moderator = { version = "=0.16.3-rc.1", path = "../db_views_moderator" } -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_utils = { version = "=0.16.3-rc.1", path = "../utils" } +lemmy_db_views = { version = "=0.16.3", path = "../db_views" } +lemmy_db_views_moderator = { version = "=0.16.3", path = "../db_views_moderator" } +lemmy_db_views_actor = { version = "=0.16.3", path = "../db_views_actor" } +lemmy_db_schema = { version = "=0.16.3", path = "../db_schema" } +lemmy_utils = { version = "=0.16.3", path = "../utils" } serde = { version = "1.0.136", features = ["derive"] } diesel = "1.4.8" actix-web = { version = "4.0.1", default-features = false, features = ["cookies"] }