Skip to content

Commit 7dc5d4c

Browse files
committed
Follow-up to apache#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)
1 parent 1ac2083 commit 7dc5d4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ serde = { version = "1.0", features = ["derive"], optional = true }
3232
serde_json = { version = "1.0", optional = true }
3333

3434
[dev-dependencies]
35-
simple_logger = "1.6"
35+
simple_logger = "1.9"
3636
matches = "0.1"
3737

3838
[package.metadata.release]

0 commit comments

Comments
 (0)