Skip to content

Commit

Permalink
Version 0.19.1-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dessalines committed Dec 18, 2023
1 parent 6790b54 commit 8583a85
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 25 deletions.
24 changes: 12 additions & 12 deletions Cargo.lock

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

24 changes: 12 additions & 12 deletions Cargo.toml
@@ -1,5 +1,5 @@
[workspace.package]
version = "0.19.0"
version = "0.19.1-rc.1"
edition = "2021"
description = "A link aggregator for the fediverse"
license = "AGPL-3.0"
Expand Down Expand Up @@ -84,16 +84,16 @@ unused_self = "deny"
unwrap_used = "deny"

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

0 comments on commit 8583a85

Please sign in to comment.