]> Untitled Git - lemmy.git/blobdiff - Cargo.toml
Remove `actix_rt` & use standard tokio spawn (#3158)
[lemmy.git] / Cargo.toml
index c05c1a57e6b6b9fae37a44dae35c5ad648c48730..07e41ab3b896fe56372663ebc148a148e1cdcc04 100644 (file)
@@ -1,5 +1,5 @@
 [workspace.package]
-version = "0.18.0-rc.6"
+version = "0.18.0"
 edition = "2021"
 description = "A link aggregator for the fediverse"
 license = "AGPL-3.0"
@@ -49,16 +49,16 @@ members = [
 ]
 
 [workspace.dependencies]
-lemmy_api = { version = "=0.18.0-rc.6", path = "./crates/api" }
-lemmy_api_crud = { version = "=0.18.0-rc.6", path = "./crates/api_crud" }
-lemmy_apub = { version = "=0.18.0-rc.6", path = "./crates/apub" }
-lemmy_utils = { version = "=0.18.0-rc.6", path = "./crates/utils" }
-lemmy_db_schema = { version = "=0.18.0-rc.6", path = "./crates/db_schema" }
-lemmy_api_common = { version = "=0.18.0-rc.6", path = "./crates/api_common" }
-lemmy_routes = { version = "=0.18.0-rc.6", path = "./crates/routes" }
-lemmy_db_views = { version = "=0.18.0-rc.6", path = "./crates/db_views" }
-lemmy_db_views_actor = { version = "=0.18.0-rc.6", path = "./crates/db_views_actor" }
-lemmy_db_views_moderator = { version = "=0.18.0-rc.6", path = "./crates/db_views_moderator" }
+lemmy_api = { version = "=0.18.0", path = "./crates/api" }
+lemmy_api_crud = { version = "=0.18.0", path = "./crates/api_crud" }
+lemmy_apub = { version = "=0.18.0", path = "./crates/apub" }
+lemmy_utils = { version = "=0.18.0", path = "./crates/utils" }
+lemmy_db_schema = { version = "=0.18.0", path = "./crates/db_schema" }
+lemmy_api_common = { version = "=0.18.0", path = "./crates/api_common" }
+lemmy_routes = { version = "=0.18.0", path = "./crates/routes" }
+lemmy_db_views = { version = "=0.18.0", path = "./crates/db_views" }
+lemmy_db_views_actor = { version = "=0.18.0", path = "./crates/db_views_actor" }
+lemmy_db_views_moderator = { version = "=0.18.0", path = "./crates/db_views_moderator" }
 activitypub_federation = { version = "0.4.4", default-features = false, features = ["actix-web"] }
 diesel = "2.1.0"
 diesel_migrations = "2.1.0"
@@ -89,7 +89,7 @@ anyhow = "1.0.71"
 diesel_ltree = "0.3.0"
 typed-builder = "0.10.0"
 serial_test = "0.9.0"
-tokio = "1.28.2"
+tokio = { version = "1.28.2", features = ["full"] }
 sha2 = "0.10.6"
 regex = "1.8.4"
 once_cell = "1.18.0"