Skip to content

Commit 8cffec6

Browse files
authored
Merge pull request #272 from nyonson/chore/tokio-console
Drop cargo configs
2 parents 04a038b + 698bf42 commit 8cffec6

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

.cargo/config.toml

Lines changed: 0 additions & 4 deletions
This file was deleted.

Cargo.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,7 @@ tracing-subscriber = "0.3"
5858
tempfile = "3"
5959
tokio = { version = "1.37", default-features = false, features = [
6060
"full",
61-
] } # add feature "tracing" to use the console
62-
# Enable the tokio-console task and poll observations
63-
# console-subscriber = "0.3.0"
61+
] }
6462

6563
[lib]
6664
name = "kyoto"

0 commit comments

Comments
 (0)