Skip to content

Commit

Permalink
Disable default features in simple_logger
Browse files Browse the repository at this point in the history
This fix CI building due to implicit rust version
bump in examples.
  • Loading branch information
ajtribick authored and kchibisov committed Sep 11, 2022
1 parent 77cd021 commit 5645bb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ mint = { version = "0.5.6", optional = true }

[dev-dependencies]
image = { version = "0.24.0", default-features = false, features = ["png"] }
simple_logger = "2.1.0"
simple_logger = { version = "2.1.0", default_features = false }

[target.'cfg(target_os = "android")'.dependencies]
# Coordinate the next winit release with android-ndk-rs: https://github.com/rust-windowing/winit/issues/1995
Expand Down

0 comments on commit 5645bb1

Please sign in to comment.