Skip to content

Commit

Permalink
Version 0.19.0-beta.7
Browse files Browse the repository at this point in the history
  • Loading branch information
dessalines committed Oct 5, 2023
1 parent 4bf9947 commit a5b8583
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
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[workspace.package]
version = "0.19.0-rc.1"
version = "0.19.0-beta.7"
edition = "2021"
description = "A link aggregator for the fediverse"
license = "AGPL-3.0"
Expand Down Expand Up @@ -58,16 +58,16 @@ members = [
]

[workspace.dependencies]
lemmy_api = { version = "=0.19.0-rc.1", path = "./crates/api" }
lemmy_api_crud = { version = "=0.19.0-rc.1", path = "./crates/api_crud" }
lemmy_apub = { version = "=0.19.0-rc.1", path = "./crates/apub" }
lemmy_utils = { version = "=0.19.0-rc.1", path = "./crates/utils" }
lemmy_db_schema = { version = "=0.19.0-rc.1", path = "./crates/db_schema" }
lemmy_api_common = { version = "=0.19.0-rc.1", path = "./crates/api_common" }
lemmy_routes = { version = "=0.19.0-rc.1", path = "./crates/routes" }
lemmy_db_views = { version = "=0.19.0-rc.1", path = "./crates/db_views" }
lemmy_db_views_actor = { version = "=0.19.0-rc.1", path = "./crates/db_views_actor" }
lemmy_db_views_moderator = { version = "=0.19.0-rc.1", path = "./crates/db_views_moderator" }
lemmy_api = { version = "=0.19.0-beta.7", path = "./crates/api" }
lemmy_api_crud = { version = "=0.19.0-beta.7", path = "./crates/api_crud" }
lemmy_apub = { version = "=0.19.0-beta.7", path = "./crates/apub" }
lemmy_utils = { version = "=0.19.0-beta.7", path = "./crates/utils" }
lemmy_db_schema = { version = "=0.19.0-beta.7", path = "./crates/db_schema" }
lemmy_api_common = { version = "=0.19.0-beta.7", path = "./crates/api_common" }
lemmy_routes = { version = "=0.19.0-beta.7", path = "./crates/routes" }
lemmy_db_views = { version = "=0.19.0-beta.7", path = "./crates/db_views" }
lemmy_db_views_actor = { version = "=0.19.0-beta.7", path = "./crates/db_views_actor" }
lemmy_db_views_moderator = { version = "=0.19.0-beta.7", path = "./crates/db_views_moderator" }
activitypub_federation = { version = "0.5.0-beta.3", default-features = false, features = [
"actix-web",
] }
Expand Down Expand Up @@ -169,4 +169,4 @@ actix-web-prom = { version = "0.6.0", optional = true }
serial_test = { workspace = true }
clap = { version = "4.3.19", features = ["derive"] }
actix-web-httpauth = "0.8.1"
lemmy_federate = { version = "0.19.0-rc.1", path = "crates/federate" }
lemmy_federate = { version = "0.19.0-beta.7", path = "crates/federate" }

0 comments on commit a5b8583

Please sign in to comment.