Skip to content

Commit

Permalink
build: Move env_logger to dev-dependencies of log-instrument
Browse files Browse the repository at this point in the history
Moves `env_logger` from `dependencies` to `dev-dependencies` of
`log-instrument`.

Signed-off-by: Jonathan Woollett-Light <jcawl@amazon.co.uk>
  • Loading branch information
Jonathan Woollett-Light authored and JonathanWoollett-Light committed Dec 5, 2023
1 parent 145488f commit a9e2ba7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/log-instrument/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ name = "five"
name = "six"

[dependencies]
env_logger = "0.10.1"
log = "0.4.20"
log-instrument-macros = { path = "../log-instrument-macros" }

[dev-dependencies]
env_logger = "0.10.1"

0 comments on commit a9e2ba7

Please sign in to comment.