mirror of
https://github.com/clockworklabs/SpacetimeDB.git
synced 2026-05-16 20:57:48 -04:00
638445293d
* Add script to dispatch bot tests to BitCraftBots * Make sure results are named correctly, whoops * Move results to a private bucket, whoops * Pull in various fixes * Safer for merge, don't run bot tests on every PR... * Fix tracing patch * Remove accidental file * Test commit * Test * Test * Fix results upload * Address review comments
14 lines
543 B
Diff
14 lines
543 B
Diff
diff --git a/Cargo.toml b/Cargo.toml
|
|
index ec9ad430..8bd746d6 100644
|
|
--- a/Cargo.toml
|
|
+++ b/Cargo.toml
|
|
@@ -218,7 +218,7 @@ tokio-tungstenite = { version = "0.21", features = ["native-tls"] }
|
|
tokio-util = { version = "0.7.4", features = ["time"] }
|
|
toml = "0.8"
|
|
tower-http = { version = "0.5", features = ["cors"] }
|
|
-tracing = { version = "0.1.37", features = ["release_max_level_off"] }
|
|
+tracing = { version = "0.1.37" } #, features = ["release_max_level_off"] }
|
|
tracing-appender = "0.2.2"
|
|
tracing-core = "0.1.31"
|
|
tracing-flame = "0.2.0"
|