Skip to content

Commit 646a99b

Browse files
examples: Update env_logger requirement from 0.10 to 0.11 (#197)
1 parent 2964a99 commit 646a99b

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
@@ -60,7 +60,7 @@ optional = true
6060
[dev-dependencies]
6161
# Enable the "loaded" feature to be able to access the Vulkan entrypoint.
6262
ash = { version = "0.38", default-features = false, features = ["debug", "loaded"] }
63-
env_logger = "0.10"
63+
env_logger = "0.11"
6464

6565
[target.'cfg(windows)'.dev-dependencies.windows]
6666
# API-breaks since Windows 0.58 only affect our examples

0 commit comments

Comments
 (0)