diff options
Diffstat (limited to 'shells/fish/Makefile.crates')
-rw-r--r-- | shells/fish/Makefile.crates | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/shells/fish/Makefile.crates b/shells/fish/Makefile.crates index edf2c9b1a2ac..32fbba054465 100644 --- a/shells/fish/Makefile.crates +++ b/shells/fish/Makefile.crates @@ -58,6 +58,8 @@ CARGO_CRATES= allocator-api2-0.2.18 \ terminfo-0.9.0 \ typenum-1.17.0 \ unicode-ident-1.0.13 \ + unicode-segmentation-1.12.0 \ + unicode-width-0.2.0 \ version_check-0.9.5 \ walkdir-2.5.0 \ widestring-1.1.0 \ |