Skip to content

Commit

Permalink
Cargo: Fix tracy service
Browse files Browse the repository at this point in the history
  • Loading branch information
RaulTrombin authored and joaoantoniocardoso committed Sep 19, 2024
1 parent ef36da3 commit afdf6a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ tracing = { version = "0.1.40", features = ["log", "async-await"] }
tracing-log = "0.2.0"
tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }
tracing-appender = "0.2.3"
tracing-tracy = "0.11.0"
tracing-tracy = {version = "0.11.0", features = ["ondemand"] }
udp-stream = "0.0.12"
uuid = { version = "1.10.0", features = ["serde"] }
validator = "0.18.1"
Expand Down

0 comments on commit afdf6a3

Please sign in to comment.