]> Untitled Git - lemmy.git/blobdiff - crates/routes/Cargo.toml
Version 0.15.0-rc.7
[lemmy.git] / crates / routes / Cargo.toml
index bd4cf3d1a3a3bc4f51ac4de898dd507fd37ed6c0..6bfe561f6efa51c2b0c738f974cf3bf3fffe3cd0 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "lemmy_routes"
-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"
@@ -11,13 +11,13 @@ documentation = "https://join-lemmy.org/docs/en/index.html"
 doctest = false
 
 [dependencies]
-lemmy_utils = { version = "=0.15.0-rc.6", path = "../utils" }
-lemmy_websocket = { version = "=0.15.0-rc.6", path = "../websocket" }
-lemmy_db_views = { version = "=0.15.0-rc.6", path = "../db_views" }
-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_api_common = { version = "=0.15.0-rc.6", path = "../api_common" }
-lemmy_apub = { version = "=0.15.0-rc.6", path = "../apub" }
+lemmy_utils = { version = "=0.15.0-rc.7", path = "../utils" }
+lemmy_websocket = { version = "=0.15.0-rc.7", path = "../websocket" }
+lemmy_db_views = { version = "=0.15.0-rc.7", path = "../db_views" }
+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_api_common = { version = "=0.15.0-rc.7", path = "../api_common" }
+lemmy_apub = { version = "=0.15.0-rc.7", path = "../apub" }
 diesel = "1.4.8"
 actix = "0.12.0"
 actix-web = { version = "4.0.0-beta.18", default-features = false, features = ["rustls"] }