X-Git-Url: http://these/git/?a=blobdiff_plain;f=crates%2Fapi_crud%2FCargo.toml;h=6390df5a68542da190edcdaa73e54a2a6cd27860;hb=c29366328eb07b870c1cec95186df3590236a5df;hp=50656cfb825af808a450a12319d93630f297a9ba;hpb=dc3858c82d7a68c80547cd82e7efe9b834733f9b;p=lemmy.git diff --git a/crates/api_crud/Cargo.toml b/crates/api_crud/Cargo.toml index 50656cfb..6390df5a 100644 --- a/crates/api_crud/Cargo.toml +++ b/crates/api_crud/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lemmy_api_crud" -version = "0.14.0-rc.2" +version = "0.14.0" edition = "2018" description = "A link aggregator for the fediverse" license = "AGPL-3.0" @@ -8,15 +8,15 @@ homepage = "https://join-lemmy.org/" documentation = "https://join-lemmy.org/docs/en/index.html" [dependencies] -lemmy_apub = { version = "=0.14.0-rc.2", path = "../apub" } -lemmy_apub_lib = { version = "=0.14.0-rc.2", path = "../apub_lib" } -lemmy_utils = { version = "=0.14.0-rc.2", path = "../utils" } -lemmy_db_schema = { version = "=0.14.0-rc.2", path = "../db_schema" } -lemmy_db_views = { version = "=0.14.0-rc.2", path = "../db_views" } -lemmy_db_views_moderator = { version = "=0.14.0-rc.2", path = "../db_views_moderator" } -lemmy_db_views_actor = { version = "=0.14.0-rc.2", path = "../db_views_actor" } -lemmy_api_common = { version = "=0.14.0-rc.2", path = "../api_common" } -lemmy_websocket = { version = "=0.14.0-rc.2", path = "../websocket" } +lemmy_apub = { version = "=0.14.0", path = "../apub" } +lemmy_apub_lib = { version = "=0.14.0", path = "../apub_lib" } +lemmy_utils = { version = "=0.14.0", path = "../utils" } +lemmy_db_schema = { version = "=0.14.0", path = "../db_schema" } +lemmy_db_views = { version = "=0.14.0", path = "../db_views" } +lemmy_db_views_moderator = { version = "=0.14.0", path = "../db_views_moderator" } +lemmy_db_views_actor = { version = "=0.14.0", path = "../db_views_actor" } +lemmy_api_common = { version = "=0.14.0", path = "../api_common" } +lemmy_websocket = { version = "=0.14.0", path = "../websocket" } diesel = "1.4.8" bcrypt = "0.10.1" chrono = { version = "0.4.19", features = ["serde"] }