chore: update to icu 2.0
Reduces binary size by about 25 MB.
This commit is contained in:
parent
f6e464ee61
commit
d2b13f987d
4 changed files with 327 additions and 467 deletions
|
|
@ -91,7 +91,7 @@ impl Ord for ProjectNode {
|
|||
}
|
||||
}
|
||||
}
|
||||
crate::localize::sorter().compare(self.name(), other.name())
|
||||
crate::localize::LANGUAGE_SORTER.compare(self.name(), other.name())
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue