mirror of
https://github.com/nushell/nushell.git
synced 2025-08-09 09:35:44 +02:00
Upgrade open
crate to fix WSL bug (#8905)
This PR upgrades the [`open`](https://github.com/Byron/open-rs) crate (used in the `start` command) from 4.0.1 to 4.0.2. This fixes a bug where `open` doesn't always work properly on WSL: https://github.com/Byron/open-rs/pull/71
This commit is contained in:
@ -67,7 +67,7 @@ notify = "4.0.17"
|
||||
num = { version = "0.4.0", optional = true }
|
||||
num-traits = "0.2.14"
|
||||
once_cell = "1.17"
|
||||
open = "4.0.0"
|
||||
open = "4.0.2"
|
||||
pathdiff = "0.2.1"
|
||||
powierza-coefficient = "1.0.2"
|
||||
quick-xml = "0.28"
|
||||
|
Reference in New Issue
Block a user