]> Untitled Git - lemmy.git/blobdiff - crates/api_common/Cargo.toml
Version 0.15.0-rc.7
[lemmy.git] / crates / api_common / Cargo.toml
index 0a804a4ee92fc092e7969673622bcbceec521f24..2b44ce1293053d407ba2d9495534b289a0e4a768 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "lemmy_api_common"
-version = "0.15.0-rc.6"
+version = "0.15.0-rc.7"
 edition = "2018"
 description = "A link aggregator for the fediverse"
 license = "AGPL-3.0"
@@ -13,11 +13,11 @@ path = "src/lib.rs"
 doctest = false
 
 [dependencies]
-lemmy_db_views = { version = "=0.15.0-rc.6", path = "../db_views" }
-lemmy_db_views_moderator = { version = "=0.15.0-rc.6", path = "../db_views_moderator" }
-lemmy_db_views_actor = { version = "=0.15.0-rc.6", path = "../db_views_actor" }
-lemmy_db_schema = { version = "=0.15.0-rc.6", path = "../db_schema" }
-lemmy_utils = { version = "=0.15.0-rc.6", path = "../utils" }
+lemmy_db_views = { version = "=0.15.0-rc.7", path = "../db_views" }
+lemmy_db_views_moderator = { version = "=0.15.0-rc.7", path = "../db_views_moderator" }
+lemmy_db_views_actor = { version = "=0.15.0-rc.7", path = "../db_views_actor" }
+lemmy_db_schema = { version = "=0.15.0-rc.7", path = "../db_schema" }
+lemmy_utils = { version = "=0.15.0-rc.7", path = "../utils" }
 serde = { version = "1.0.131", features = ["derive"] }
 diesel = "1.4.8"
 actix-web = { version = "4.0.0-beta.18", default-features = false, features = ["cookies"] }