Skip to content

Commit

Permalink
Merge pull request #39 from hiltontj/more-toml-fixes
Browse files Browse the repository at this point in the history
Remove `env_logger` from `serde_json_path`
  • Loading branch information
hiltontj committed Apr 2, 2023
2 parents 12f2637 + fdcb850 commit 036881c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion serde_json_path/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,5 @@ thiserror = "1.0"
tracing = { version = "0.1", optional = true }

[dev-dependencies]
env_logger = "*"
test-log = { version = "0.2.11", default-features = false, features=["trace"] }
tracing-subscriber = { version = "0.3", default-features = false, features=["env-filter", "fmt"] }

0 comments on commit 036881c

Please sign in to comment.