1
0
mirror of https://github.com/actix/actix-extras.git synced 2025-02-17 08:33:30 +01:00

Move env_logger to dev-dependencies

This commit is contained in:
Yuki Okushi 2020-02-18 08:11:36 +09:00
parent 66edc228c3
commit e225e2aec7
2 changed files with 2 additions and 3 deletions

View File

@ -2,7 +2,7 @@
## [0.8.1] 2020-02-18 ## [0.8.1] 2020-02-18
* Update `env_logger` to 0.7 * Move `env_logger` dependency to dev-dependencies and update to 0.7
* Update `actix_web` to 2.0.0 from 2.0.0-rc * Update `actix_web` to 2.0.0 from 2.0.0-rc

View File

@ -44,7 +44,6 @@ actix-session = { version = "0.3.0", optional = true }
rand = { version = "0.7.0", optional = true } rand = { version = "0.7.0", optional = true }
serde = { version = "1.0.101", optional = true, features = ["derive"] } serde = { version = "1.0.101", optional = true, features = ["derive"] }
serde_json = { version = "1.0.40", optional = true } serde_json = { version = "1.0.40", optional = true }
env_logger = "0.7"
[dev-dependencies] [dev-dependencies]
env_logger = "0.6" env_logger = "0.7"