]> Untitled Git - lemmy.git/blobdiff - crates/db_schema/Cargo.toml
Version 0.16.0-rc.4
[lemmy.git] / crates / db_schema / Cargo.toml
index f7f0956d23eb07494beacc8bc99501736dfc088c..41521f475af197b15961566719505a366845efdf 100644 (file)
@@ -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"] }