mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-07-30 19:41:56 +00:00
Update env_logger requirement from 0.5 to 0.6
Updates the requirements on [env_logger](https://github.com/sebasmagri/env_logger) to permit the latest version. - [Release notes](https://github.com/sebasmagri/env_logger/releases) - [Commits](https://github.com/sebasmagri/env_logger/commits/v0.6.0) Signed-off-by: dependabot[bot] <support@dependabot.com>
This commit is contained in:
@@ -10,7 +10,7 @@ path = 'lib.rs'
|
||||
|
||||
[build-dependencies]
|
||||
wasm-bindgen-webidl = { path = '../webidl' }
|
||||
env_logger = "0.5"
|
||||
env_logger = "0.6"
|
||||
|
||||
[dev-dependencies]
|
||||
js-sys = { path = '../js-sys' }
|
||||
|
Reference in New Issue
Block a user