Skip to content

Commit

Permalink
Move env-logger to dev-dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
LOU Xun authored and freestrings committed Mar 10, 2021
1 parent 6b7ad5d commit 2d8e534
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 3 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,13 @@ travis-ci = { repository = "freestrings/jsonpath", branch = "master" }

[dependencies]
log = "0.4"
env_logger = "0.7"
serde = { version = "1.0", features = ["derive"] }
serde_json = { version = "1.0", features = ["preserve_order"] }
array_tool = "1.0.3"

[dev-dependencies]
env_logger = "0.8"

[lib]
name = "jsonpath_lib"
path = "src/lib.rs"
Expand Down
1 change: 0 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,6 @@
//! ```
extern crate array_tool;
extern crate core;
extern crate env_logger;
#[macro_use]
extern crate log;
extern crate serde;
Expand Down

0 comments on commit 2d8e534

Please sign in to comment.