Skip to content

Commit

Permalink
build(core): use parse feature of toml crate
Browse files Browse the repository at this point in the history
  • Loading branch information
fujiapple852 committed Jan 2, 2025
1 parent a1ea16d commit b1f4383
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/trippy-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ serde = { workspace = true, default-features = false, features = ["derive"] }
test-case.workspace = true
tokio-util.workspace = true
tokio = { workspace = true, features = ["full"] }
toml.workspace = true
toml = { workspace = true, default-features = false, features = ["parse"] }
tracing-subscriber = { workspace = true, default-features = false, features = ["env-filter", "fmt"] }

# see /~https://github.com/meh/rust-tun/pull/74
Expand Down

0 comments on commit b1f4383

Please sign in to comment.