]> Untitled Git - lemmy.git/blobdiff - crates/db_schema/Cargo.toml
Version 0.15.0-rc.7
[lemmy.git] / crates / db_schema / Cargo.toml
index ea3c76c4590b777f5f9ec4fbd020ad4d4324d6f0..18590cf82cca5d496ef7a46687b090a4a566ba40 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "lemmy_db_schema"
-version = "0.15.0-rc.6"
+version = "0.15.0-rc.7"
 edition = "2018"
 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.15.0-rc.6", path = "../utils" }
-lemmy_apub_lib = { version = "=0.15.0-rc.6", path = "../apub_lib" }
+lemmy_utils = { version = "=0.15.0-rc.7", path = "../utils" }
+lemmy_apub_lib = { version = "=0.15.0-rc.7", 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"] }