]> Untitled Git - lemmy.git/blobdiff - crates/db_views/Cargo.toml
First pass at invite-only migration. (#1949)
[lemmy.git] / crates / db_views / Cargo.toml
index eb0e3995f06271e3d6c3adf5193c11e9a675b1e4..ec2f7077d81381feee127950240dd9f188c7c92f 100644 (file)
@@ -1,19 +1,20 @@
 [package]
 name = "lemmy_db_views"
-version = "0.12.0-rc.1"
+version = "0.15.0-rc.6"
 edition = "2018"
 description = "A link aggregator for the fediverse"
 license = "AGPL-3.0"
+homepage = "https://join-lemmy.org/"
+documentation = "https://join-lemmy.org/docs/en/index.html"
 
 [lib]
 doctest = false
 
 [dependencies]
-lemmy_db_queries = { version = "=0.12.0-rc.1", path = "../db_queries" }
-lemmy_db_schema = { version = "=0.12.0-rc.1", path = "../db_schema" }
-diesel = { version = "1.4.7", features = ["postgres","chrono","r2d2","serde_json"] }
-serde = { version = "1.0.127", features = ["derive"] }
-log = "0.4.14"
+lemmy_db_schema = { version = "=0.15.0-rc.6", path = "../db_schema" }
+diesel = { version = "1.4.8", features = ["postgres","chrono","r2d2","serde_json"] }
+serde = { version = "1.0.131", features = ["derive"] }
+tracing = "0.1.29"
 url = "2.2.2"
 
 [dev-dependencies]