Skip to content

Commit

Permalink
Version 0.18.1-rc.10
Browse files Browse the repository at this point in the history
  • Loading branch information
Nutomic committed Jul 6, 2023
1 parent 922ee6a commit 22cdcc6
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 23 deletions.
22 changes: 11 additions & 11 deletions Cargo.lock

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

22 changes: 11 additions & 11 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[workspace.package]
version = "0.18.1-rc.9"
version = "0.18.1-rc.10"
edition = "2021"
description = "A link aggregator for the fediverse"
license = "AGPL-3.0"
Expand Down Expand Up @@ -46,16 +46,16 @@ members = [
]

[workspace.dependencies]
lemmy_api = { version = "=0.18.1-rc.9", path = "./crates/api" }
lemmy_api_crud = { version = "=0.18.1-rc.9", path = "./crates/api_crud" }
lemmy_apub = { version = "=0.18.1-rc.9", path = "./crates/apub" }
lemmy_utils = { version = "=0.18.1-rc.9", path = "./crates/utils" }
lemmy_db_schema = { version = "=0.18.1-rc.9", path = "./crates/db_schema" }
lemmy_api_common = { version = "=0.18.1-rc.9", path = "./crates/api_common" }
lemmy_routes = { version = "=0.18.1-rc.9", path = "./crates/routes" }
lemmy_db_views = { version = "=0.18.1-rc.9", path = "./crates/db_views" }
lemmy_db_views_actor = { version = "=0.18.1-rc.9", path = "./crates/db_views_actor" }
lemmy_db_views_moderator = { version = "=0.18.1-rc.9", path = "./crates/db_views_moderator" }
lemmy_api = { version = "=0.18.1-rc.10", path = "./crates/api" }
lemmy_api_crud = { version = "=0.18.1-rc.10", path = "./crates/api_crud" }
lemmy_apub = { version = "=0.18.1-rc.10", path = "./crates/apub" }
lemmy_utils = { version = "=0.18.1-rc.10", path = "./crates/utils" }
lemmy_db_schema = { version = "=0.18.1-rc.10", path = "./crates/db_schema" }
lemmy_api_common = { version = "=0.18.1-rc.10", path = "./crates/api_common" }
lemmy_routes = { version = "=0.18.1-rc.10", path = "./crates/routes" }
lemmy_db_views = { version = "=0.18.1-rc.10", path = "./crates/db_views" }
lemmy_db_views_actor = { version = "=0.18.1-rc.10", path = "./crates/db_views_actor" }
lemmy_db_views_moderator = { version = "=0.18.1-rc.10", 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"
Expand Down

0 comments on commit 22cdcc6

Please sign in to comment.