diff options
| author | Peng Guanwen <pg999w@outlook.com> | 2023-11-15 22:01:15 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-11-15 15:01:15 +0100 |
| commit | f4a81091f72299296fb2be7511b08c3cb0e8fa57 (patch) | |
| tree | 7935e1eebf9e4ff1f361e71435becd5801f8eb51 /Cargo.lock | |
| parent | 50ea3b4f1651ca6558c118edebbd68d7ef7a93d7 (diff) | |
Lexer change: Allow emphasis in CJK text without spaces (#2648)
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -3117,6 +3117,7 @@ dependencies = [ "tracing", "unicode-ident", "unicode-math-class", + "unicode-script", "unicode-segmentation", "unscanny", ] |
