|
1 | 1 | [workspace.package] |
2 | | -version = "0.19.17-beta.0" |
| 2 | +version = "0.19.17" |
3 | 3 | edition = "2021" |
4 | 4 | description = "A link aggregator for the fediverse" |
5 | 5 | license = "AGPL-3.0" |
@@ -92,17 +92,17 @@ unwrap_used = "deny" |
92 | 92 | unimplemented = "deny" |
93 | 93 |
|
94 | 94 | [workspace.dependencies] |
95 | | -lemmy_api = { version = "=0.19.17-beta.0", path = "./crates/api" } |
96 | | -lemmy_api_crud = { version = "=0.19.17-beta.0", path = "./crates/api_crud" } |
97 | | -lemmy_apub = { version = "=0.19.17-beta.0", path = "./crates/apub" } |
98 | | -lemmy_utils = { version = "=0.19.17-beta.0", path = "./crates/utils", default-features = false } |
99 | | -lemmy_db_schema = { version = "=0.19.17-beta.0", path = "./crates/db_schema" } |
100 | | -lemmy_api_common = { version = "=0.19.17-beta.0", path = "./crates/api_common" } |
101 | | -lemmy_routes = { version = "=0.19.17-beta.0", path = "./crates/routes" } |
102 | | -lemmy_db_views = { version = "=0.19.17-beta.0", path = "./crates/db_views" } |
103 | | -lemmy_db_views_actor = { version = "=0.19.17-beta.0", path = "./crates/db_views_actor" } |
104 | | -lemmy_db_views_moderator = { version = "=0.19.17-beta.0", path = "./crates/db_views_moderator" } |
105 | | -lemmy_federate = { version = "=0.19.17-beta.0", path = "./crates/federate" } |
| 95 | +lemmy_api = { version = "=0.19.17", path = "./crates/api" } |
| 96 | +lemmy_api_crud = { version = "=0.19.17", path = "./crates/api_crud" } |
| 97 | +lemmy_apub = { version = "=0.19.17", path = "./crates/apub" } |
| 98 | +lemmy_utils = { version = "=0.19.17", path = "./crates/utils", default-features = false } |
| 99 | +lemmy_db_schema = { version = "=0.19.17", path = "./crates/db_schema" } |
| 100 | +lemmy_api_common = { version = "=0.19.17", path = "./crates/api_common" } |
| 101 | +lemmy_routes = { version = "=0.19.17", path = "./crates/routes" } |
| 102 | +lemmy_db_views = { version = "=0.19.17", path = "./crates/db_views" } |
| 103 | +lemmy_db_views_actor = { version = "=0.19.17", path = "./crates/db_views_actor" } |
| 104 | +lemmy_db_views_moderator = { version = "=0.19.17", path = "./crates/db_views_moderator" } |
| 105 | +lemmy_federate = { version = "=0.19.17", path = "./crates/federate" } |
106 | 106 | activitypub_federation = { version = "0.5.11", default-features = false, features = [ |
107 | 107 | "actix-web", |
108 | 108 | ] } |
|
0 commit comments