X-Git-Url: http://these/git/?a=blobdiff_plain;f=crates%2Fdb_views_moderator%2FCargo.toml;h=d99b199411123a72760b2e4c7d5d1d13be353ed0;hb=af225a42d0863a4362967b8e035e5b1a4643b725;hp=ba80dc0d45f905be6d0a996916a01498652387d8;hpb=73449c09a7fb6392304501154945af50606d1070;p=lemmy.git diff --git a/crates/db_views_moderator/Cargo.toml b/crates/db_views_moderator/Cargo.toml index ba80dc0d..d99b1994 100644 --- a/crates/db_views_moderator/Cargo.toml +++ b/crates/db_views_moderator/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lemmy_db_views_moderator" -version = "0.11.3" +version = "0.11.4-rc.28" edition = "2018" description = "A link aggregator for the fediverse" license = "AGPL-3.0" @@ -9,7 +9,7 @@ license = "AGPL-3.0" doctest = false [dependencies] -lemmy_db_queries = { version = "=0.11.3", path = "../db_queries" } -lemmy_db_schema = { version = "=0.11.3", path = "../db_schema" } +lemmy_db_queries = { version = "=0.11.4-rc.28", path = "../db_queries" } +lemmy_db_schema = { version = "=0.11.4-rc.28", path = "../db_schema" } diesel = { version = "1.4.7", features = ["postgres","chrono","r2d2","serde_json"] } serde = { version = "1.0.127", features = ["derive"] }