mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-12-13 06:08:20 +00:00
Fixing cargo shear.
This commit is contained in:
parent
ec3dcb7452
commit
216d08959b
3
Cargo.lock
generated
3
Cargo.lock
generated
|
@ -2699,12 +2699,10 @@ name = "lemmy_db_views_actor"
|
|||
version = "0.19.6-beta.7"
|
||||
dependencies = [
|
||||
"chrono",
|
||||
"derive-new",
|
||||
"diesel",
|
||||
"diesel-async",
|
||||
"i-love-jesus",
|
||||
"lemmy_db_schema",
|
||||
"lemmy_db_views",
|
||||
"lemmy_utils",
|
||||
"pretty_assertions",
|
||||
"serde",
|
||||
|
@ -2712,7 +2710,6 @@ dependencies = [
|
|||
"serial_test",
|
||||
"strum",
|
||||
"tokio",
|
||||
"tracing",
|
||||
"ts-rs",
|
||||
"url",
|
||||
]
|
||||
|
|
|
@ -18,7 +18,6 @@ workspace = true
|
|||
full = [
|
||||
"lemmy_db_schema/full",
|
||||
"lemmy_utils/full",
|
||||
"tracing",
|
||||
"i-love-jesus",
|
||||
"diesel",
|
||||
"diesel-async",
|
||||
|
@ -42,13 +41,10 @@ ts-rs = { workspace = true, optional = true }
|
|||
chrono.workspace = true
|
||||
strum = { workspace = true }
|
||||
lemmy_utils = { workspace = true, optional = true }
|
||||
tracing = { workspace = true, optional = true }
|
||||
i-love-jesus = { workspace = true, optional = true }
|
||||
derive-new.workspace = true
|
||||
|
||||
[dev-dependencies]
|
||||
serial_test = { workspace = true }
|
||||
tokio = { workspace = true }
|
||||
pretty_assertions = { workspace = true }
|
||||
url.workspace = true
|
||||
lemmy_db_views = { workspace = true, features = ["full"] }
|
||||
|
|
Loading…
Reference in a new issue