Skip to content

Commit a47a60e

Browse files
Update env_logger requirement from 0.10 to 0.11
Updates the requirements on [env_logger](https://github.com/rust-cli/env_logger) to permit the latest version. - [Release notes](https://github.com/rust-cli/env_logger/releases) - [Changelog](https://github.com/rust-cli/env_logger/blob/main/CHANGELOG.md) - [Commits](rust-cli/env_logger@v0.10.0...v0.11.0) --- updated-dependencies: - dependency-name: env_logger dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 673e4ec commit a47a60e

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)