output: use natural sort for workspace ordering
Fixes: https://github.com/mahkoh/jay/issues/843
This commit is contained in:
parent
24293a53e7
commit
a71e97ce4e
5 changed files with 13 additions and 4 deletions
7
Cargo.lock
generated
7
Cargo.lock
generated
|
|
@ -823,6 +823,7 @@ dependencies = [
|
|||
"log",
|
||||
"num-derive",
|
||||
"num-traits",
|
||||
"numeric-sort",
|
||||
"opera",
|
||||
"parking_lot",
|
||||
"pin-project",
|
||||
|
|
@ -1080,6 +1081,12 @@ dependencies = [
|
|||
"libc",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "numeric-sort"
|
||||
version = "0.1.5"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "f2dcb6053ab98da45585315f79932c5c9821fab8efa4301c0d7b637c91630eb7"
|
||||
|
||||
[[package]]
|
||||
name = "object"
|
||||
version = "0.37.3"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue