Skip to content

Commit

Permalink
Merge branch 'LemmyNet:main' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
kroese authored Jun 5, 2024
2 parents eae6ed6 + 92214a9 commit 835ca9e
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 29 deletions.
30 changes: 15 additions & 15 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

26 changes: 13 additions & 13 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[workspace.package]
version = "0.19.4-rc.6"
version = "0.19.4-rc.7"
edition = "2021"
description = "A link aggregator for the fediverse"
license = "AGPL-3.0"
Expand Down Expand Up @@ -88,18 +88,18 @@ unused_self = "deny"
unwrap_used = "deny"

[workspace.dependencies]
lemmy_api = { version = "=0.19.4-rc.6", path = "./crates/api" }
lemmy_api_crud = { version = "=0.19.4-rc.6", path = "./crates/api_crud" }
lemmy_apub = { version = "=0.19.4-rc.6", path = "./crates/apub" }
lemmy_utils = { version = "=0.19.4-rc.6", path = "./crates/utils", default-features = false }
lemmy_db_schema = { version = "=0.19.4-rc.6", path = "./crates/db_schema" }
lemmy_api_common = { version = "=0.19.4-rc.6", path = "./crates/api_common" }
lemmy_routes = { version = "=0.19.4-rc.6", path = "./crates/routes" }
lemmy_db_views = { version = "=0.19.4-rc.6", path = "./crates/db_views" }
lemmy_db_views_actor = { version = "=0.19.4-rc.6", path = "./crates/db_views_actor" }
lemmy_db_views_moderator = { version = "=0.19.4-rc.6", path = "./crates/db_views_moderator" }
lemmy_federate = { version = "=0.19.4-rc.6", path = "./crates/federate" }
activitypub_federation = { version = "0.5.6", default-features = false, features = [
lemmy_api = { version = "=0.19.4-rc.7", path = "./crates/api" }
lemmy_api_crud = { version = "=0.19.4-rc.7", path = "./crates/api_crud" }
lemmy_apub = { version = "=0.19.4-rc.7", path = "./crates/apub" }
lemmy_utils = { version = "=0.19.4-rc.7", path = "./crates/utils", default-features = false }
lemmy_db_schema = { version = "=0.19.4-rc.7", path = "./crates/db_schema" }
lemmy_api_common = { version = "=0.19.4-rc.7", path = "./crates/api_common" }
lemmy_routes = { version = "=0.19.4-rc.7", path = "./crates/routes" }
lemmy_db_views = { version = "=0.19.4-rc.7", path = "./crates/db_views" }
lemmy_db_views_actor = { version = "=0.19.4-rc.7", path = "./crates/db_views_actor" }
lemmy_db_views_moderator = { version = "=0.19.4-rc.7", path = "./crates/db_views_moderator" }
lemmy_federate = { version = "=0.19.4-rc.7", path = "./crates/federate" }
activitypub_federation = { version = "0.5.7", default-features = false, features = [
"actix-web",
] }
diesel = "2.1.6"
Expand Down
2 changes: 1 addition & 1 deletion crates/utils/translations

0 comments on commit 835ca9e

Please sign in to comment.