X-Git-Url: http://these/git/?a=blobdiff_plain;f=crates%2Fdb_schema%2FCargo.toml;h=41521f475af197b15961566719505a366845efdf;hb=82dec1911fe13863a3370065e6bd2696f22fa864;hp=f7f0956d23eb07494beacc8bc99501736dfc088c;hpb=660efd1549e1bcdbb4e5aa89354bfa5810398ccf;p=lemmy.git diff --git a/crates/db_schema/Cargo.toml b/crates/db_schema/Cargo.toml index f7f0956d..41521f47 100644 --- a/crates/db_schema/Cargo.toml +++ b/crates/db_schema/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lemmy_db_schema" -version = "0.16.0-rc.3" +version = "0.16.0-rc.4" edition = "2021" description = "A link aggregator for the fediverse" license = "AGPL-3.0" @@ -13,8 +13,8 @@ path = "src/lib.rs" doctest = false [dependencies] -lemmy_utils = { version = "=0.16.0-rc.3", path = "../utils" } -lemmy_apub_lib = { version = "=0.16.0-rc.3", path = "../apub_lib" } +lemmy_utils = { version = "=0.16.0-rc.4", path = "../utils" } +lemmy_apub_lib = { version = "=0.16.0-rc.4", path = "../apub_lib" } diesel = { version = "1.4.8", features = ["postgres","chrono","r2d2","serde_json"] } diesel_migrations = "1.4.0" chrono = { version = "0.4.19", features = ["serde"] }