]> Untitled Git - lemmy.git/blobdiff - crates/db_queries/Cargo.toml
Version 0.12.0-rc.1
[lemmy.git] / crates / db_queries / Cargo.toml
index 45bae7679c11db6dc43ff5c3b09e7ed77f909ab4..1735765ff9e6052c2144db43af1538f3a05ead30 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "lemmy_db_queries"
-version = "0.11.4-rc.28"
+version = "0.12.0-rc.1"
 edition = "2018"
 description = "A link aggregator for the fediverse"
 license = "AGPL-3.0"
@@ -11,8 +11,8 @@ path = "src/lib.rs"
 doctest = false
 
 [dependencies]
-lemmy_utils = { version = "=0.11.4-rc.28", path = "../utils" }
-lemmy_db_schema = { version = "=0.11.4-rc.28", path = "../db_schema" }
+lemmy_utils = { version = "=0.12.0-rc.1", path = "../utils" }
+lemmy_db_schema = { version = "=0.12.0-rc.1", path = "../db_schema" }
 diesel = { version = "1.4.7", features = ["postgres","chrono","r2d2","serde_json"] }
 diesel_migrations = "1.4.0"
 chrono = { version = "0.4.19", features = ["serde"] }