Push to switch OS

Signed-off-by: Louis Hollingworth <louis@hollingworth.nl>
This commit is contained in:
Louis Hollingworth 2023-12-12 17:40:15 +00:00
parent c1e9f482b3
commit 290e9c17f5
Signed by: lucxjo
GPG key ID: A11415CB3DC7809B
3 changed files with 45 additions and 8 deletions

View file

@ -12,4 +12,4 @@ dotenvy = "0.15.7"
matrix-sdk = { version = "0.6.2", features = ["anyhow", "markdown"] }
tokio = { version = "1.34.0", features = ["macros", "rt-multi-thread", "full"] }
tracing = "0.1.40"
tracing-subscriber = "0.3.18"
tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }