Skip to content

Commit 698bf42

Browse files
committed
build: drop commented cargo configs
Avoids accidental thrashing in the checked in file. If this is a feature we want for development, we have a few ideas such as a dev branch or leveraging the build.rs system. But currently not enough demand.
1 parent 04a038b commit 698bf42

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)