diff options
| author | Max Audron <audron@cocaine.farm> | 2021-12-01 16:23:47 +0100 |
|---|---|---|
| committer | Max Audron <audron@cocaine.farm> | 2021-12-01 16:23:47 +0100 |
| commit | 36b3343a162800af9bedfecc2d68c7a61430f65b (patch) | |
| tree | 4ea753a3b852e6f893749c23e41ff1be01c85745 /examples/statetracker/Cargo.toml | |
| parent | minor fix and cleanup warnings (diff) | |
add more bufferview details and fix logging
Diffstat (limited to 'examples/statetracker/Cargo.toml')
| -rw-r--r-- | examples/statetracker/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/statetracker/Cargo.toml b/examples/statetracker/Cargo.toml index 8290032..fd86a7c 100644 --- a/examples/statetracker/Cargo.toml +++ b/examples/statetracker/Cargo.toml @@ -11,7 +11,7 @@ druid = { git = "https://github.com/linebender/druid", features = ["im"] } anyhow = "*" tracing = "0.1" -tracing-subscriber = "0.2" +tracing-subscriber = { version = "0.3", features = ["env-filter"] } tracing-futures = "0.2" byteorder = "1" |
