1
Fork 0

Rollup merge of #101912 - crlf0710:compiler_update_unicode_15, r=Manishearth

Update `unicode-rs` crates to Unicode 15

r? `@Manishearth`
This commit is contained in:
Matthias Krüger 2022-09-18 02:55:29 +02:00 committed by GitHub
commit 46ebe7cf41
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 26 additions and 15 deletions

View file

@ -5,7 +5,7 @@ edition = "2021"
[dependencies]
tracing = "0.1"
unicode-security = "0.0.5"
unicode-security = "0.1.0"
rustc_middle = { path = "../rustc_middle" }
rustc_ast_pretty = { path = "../rustc_ast_pretty" }
rustc_attr = { path = "../rustc_attr" }