]> Untitled Git - lemmy.git/blobdiff - crates/db_queries/Cargo.toml
Version 0.13.0-rc.1
[lemmy.git] / crates / db_queries / Cargo.toml
index 119820233b095aec0271f7f7d83d569d9443a5f6..b5588ab2b484709155529aac4fe1851caf648614 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "lemmy_db_queries"
-version = "0.12.2-rc.1"
+version = "0.13.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.12.2-rc.1", path = "../utils" }
-lemmy_db_schema = { version = "=0.12.2-rc.1", path = "../db_schema" }
+lemmy_utils = { version = "=0.13.0-rc.1", path = "../utils" }
+lemmy_db_schema = { version = "=0.13.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"] }