Follow-up to #275: Bump simple_logger version in Cargo.toml

SimpleLogger is private in v1.6. Bumping its version in Cargo.toml makes
`git pull && carg test` use the new version in an existing checkout
(with an existing Cargo.lock file referencing the old version)
This commit is contained in:
Nickolay Ponomarev 2020-09-27 01:32:37 +03:00
parent 1ac208307c
commit 7dc5d4c35e

View file

@ -32,7 +32,7 @@ serde = { version = "1.0", features = ["derive"], optional = true }
serde_json = { version = "1.0", optional = true }
[dev-dependencies]
simple_logger = "1.6"
simple_logger = "1.9"
matches = "0.1"
[package.metadata.release]