X-Git-Url: http://these/git/?a=blobdiff_plain;f=crates%2Fdb_schema%2FCargo.toml;h=e6b795e9c994d85079ca8cc9bb07d2f787495631;hb=c883a49a4096b171f324d44c9fcacda55ed361ee;hp=21e4a1b9b15d63327ced5707708388d891513cf8;hpb=1410c5659ca53feeccfd0ddf1e944984cc601898;p=lemmy.git diff --git a/crates/db_schema/Cargo.toml b/crates/db_schema/Cargo.toml index 21e4a1b9..e6b795e9 100644 --- a/crates/db_schema/Cargo.toml +++ b/crates/db_schema/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lemmy_db_schema" -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" @@ -11,8 +11,8 @@ documentation = "https://join-lemmy.org/docs/en/index.html" doctest = false [dependencies] -lemmy_utils = { version = "=0.14.4-rc.4", path = "../utils" } -lemmy_apub_lib = { version = "=0.14.4-rc.4", path = "../apub_lib" } +lemmy_utils = { version = "=0.15.0-rc.6", path = "../utils" } +lemmy_apub_lib = { version = "=0.15.0-rc.6", 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"] }