mirror of
https://github.com/nushell/nushell.git
synced 2025-08-15 13:13:19 +02:00
Remove duplicate which
4.4.2 (#11613)
# Description `which` 5.0.0 is already in the dependency tree, so remove v4.4.2 Related: https://github.com/nushell/nushell/issues/8060
This commit is contained in:
@ -17,6 +17,6 @@ nu-glob = { path = "../nu-glob", version = "0.89.1" }
|
||||
nu-utils = { path = "../nu-utils", version = "0.89.1" }
|
||||
|
||||
num-format = "0.4"
|
||||
which = "4.3"
|
||||
which = "5.0.0"
|
||||
tempfile = "3.2"
|
||||
hamcrest2 = "0.3"
|
||||
|
Reference in New Issue
Block a user