X-Git-Url: http://these/git/?a=blobdiff_plain;f=crates%2Fapi_common%2FCargo.toml;h=602d10cb782278c2f3422fceeba18a11644d79c4;hb=c883a49a4096b171f324d44c9fcacda55ed361ee;hp=1bac4e5cdbfcc47e7746409d7a1ac07271e47e3d;hpb=1410c5659ca53feeccfd0ddf1e944984cc601898;p=lemmy.git diff --git a/crates/api_common/Cargo.toml b/crates/api_common/Cargo.toml index 1bac4e5c..602d10cb 100644 --- a/crates/api_common/Cargo.toml +++ b/crates/api_common/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lemmy_api_common" -version = "0.14.4-rc.4" +version = "0.15.0-rc.6" 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_db_views = { version = "=0.14.4-rc.4", path = "../db_views" } -lemmy_db_views_moderator = { version = "=0.14.4-rc.4", path = "../db_views_moderator" } -lemmy_db_views_actor = { version = "=0.14.4-rc.4", path = "../db_views_actor" } -lemmy_db_schema = { version = "=0.14.4-rc.4", path = "../db_schema" } -lemmy_utils = { version = "=0.14.4-rc.4", path = "../utils" } +lemmy_db_views = { version = "=0.15.0-rc.6", path = "../db_views" } +lemmy_db_views_moderator = { version = "=0.15.0-rc.6", path = "../db_views_moderator" } +lemmy_db_views_actor = { version = "=0.15.0-rc.6", path = "../db_views_actor" } +lemmy_db_schema = { version = "=0.15.0-rc.6", path = "../db_schema" } +lemmy_utils = { version = "=0.15.0-rc.6", path = "../utils" } serde = { version = "1.0.131", features = ["derive"] } diesel = "1.4.8" actix-web = { version = "4.0.0-beta.14", default-features = false, features = ["cookies"] }