Skip to content

Commit a9e2ba7

Browse files
Jonathan Woollett-LightJonathanWoollett-Light
authored andcommitted
build: Move env_logger to dev-dependencies of log-instrument
Moves `env_logger` from `dependencies` to `dev-dependencies` of `log-instrument`. Signed-off-by: Jonathan Woollett-Light <[email protected]>
1 parent 145488f commit a9e2ba7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/log-instrument/Cargo.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ name = "five"
2828
name = "six"
2929

3030
[dependencies]
31-
env_logger = "0.10.1"
3231
log = "0.4.20"
3332
log-instrument-macros = { path = "../log-instrument-macros" }
33+
34+
[dev-dependencies]
35+
env_logger = "0.10.1"

0 commit comments

Comments
 (0)