]> Untitled Git - lemmy.git/blobdiff - crates/db_schema/Cargo.toml
Version 0.14.0-rc.2
[lemmy.git] / crates / db_schema / Cargo.toml
index de2c1ea1a6fb2d0738920fd5e4a249e45a1efbde..91ce4cd023db424b64b07dca4e1fda4ee5474e06 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "lemmy_db_schema"
-version = "0.14.0-rc.1"
+version = "0.14.0-rc.2"
 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.0-rc.1", path = "../utils" }
-lemmy_apub_lib = { version = "=0.14.0-rc.1", path = "../apub_lib" }
+lemmy_utils = { version = "=0.14.0-rc.2", path = "../utils" }
+lemmy_apub_lib = { version = "=0.14.0-rc.2", 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"] }