X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=compiler%2Frustc_lexer%2FCargo.toml;h=35af110537d4c3ea859b76fbcf4ad4d9ac8a67c8;hb=65ed5f369c7113b324c0ed42248474e37d7622ec;hp=60c146f457b42afc0dcd2f849d1aba70476f7836;hpb=ca6798ab073c4f2358f2577e7258108099f29144;p=rust.git diff --git a/compiler/rustc_lexer/Cargo.toml b/compiler/rustc_lexer/Cargo.toml index 60c146f457b..35af110537d 100644 --- a/compiler/rustc_lexer/Cargo.toml +++ b/compiler/rustc_lexer/Cargo.toml @@ -17,6 +17,7 @@ doctest = false # Note that this crate purposefully does not depend on other rustc crates [dependencies] unicode-xid = "0.2.0" +unic-emoji-char = "0.9.0" [dev-dependencies] expect-test = "1.0"