Skip to content

Commit f8a5a77

Browse files
authored
Expose test utils to Labrinth dependents (#4703)
* Expose test utils to Labrinth dependents * Feature gate `labrinth::test` * Unify db migrators * Expose `NotificationBuilder::insert_many_deliveries` * Add logging utils to common crate * Remove unused console-subscriber layer * fix CI
1 parent 1efdcea commit f8a5a77

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+378
-567
lines changed

.cargo/config.toml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
1-
[build]
2-
rustflags = ["--cfg", "tokio_unstable"]
3-
41
# Windows has stack overflows when calling from Tauri, so we increase the default stack size used by the compiler
52
[target.'cfg(windows)']
6-
rustflags = ["--cfg", "tokio_unstable", "-C", "link-args=/STACK:16777220"]
3+
rustflags = ["-C", "link-args=/STACK:16777220"]
74

85
[target.x86_64-pc-windows-msvc]
96
linker = "rust-lld"

Cargo.lock

Lines changed: 7 additions & 210 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ clap = "4.5.48"
5555
clickhouse = "0.14.0"
5656
color-eyre = "0.6.5"
5757
color-thief = "0.2.2"
58-
console-subscriber = "0.4.1"
5958
const_format = "0.2.34"
6059
daedalus = { path = "packages/daedalus" }
6160
dashmap = "6.1.0"

0 commit comments

Comments
 (0)