@@ -2699,6 +2699,7 @@ dependencies = [
2699
2699
" rustc_metadata 0.0.0" ,
2700
2700
" rustc_mir 0.0.0" ,
2701
2701
" rustc_target 0.0.0" ,
2702
+ " std-mangle-rs 0.1.0 (git+https://github.com/michaelwoerister/std-mangle-rs?rev=2336dcdfcc91db3cdda18eda73aca488773ac6fc)" ,
2702
2703
" syntax 0.0.0" ,
2703
2704
" syntax_pos 0.0.0" ,
2704
2705
]
@@ -3335,6 +3336,14 @@ dependencies = [
3335
3336
" unwind 0.0.0" ,
3336
3337
]
3337
3338
3339
+ [[package ]]
3340
+ name = " std-mangle-rs"
3341
+ version = " 0.1.0"
3342
+ source = " git+https://github.com/michaelwoerister/std-mangle-rs?rev=2336dcdfcc91db3cdda18eda73aca488773ac6fc#2336dcdfcc91db3cdda18eda73aca488773ac6fc"
3343
+ dependencies = [
3344
+ " unic-idna-punycode 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
3345
+ ]
3346
+
3338
3347
[[package ]]
3339
3348
name = " string_cache"
3340
3349
version = " 0.7.3"
@@ -3849,6 +3858,11 @@ name = "ucd-util"
3849
3858
version = " 0.1.3"
3850
3859
source = " registry+https://github.com/rust-lang/crates.io-index"
3851
3860
3861
+ [[package ]]
3862
+ name = " unic-idna-punycode"
3863
+ version = " 0.7.0"
3864
+ source = " registry+https://github.com/rust-lang/crates.io-index"
3865
+
3852
3866
[[package ]]
3853
3867
name = " unicase"
3854
3868
version = " 2.4.0"
@@ -4354,6 +4368,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
4354
4368
"checksum smallvec 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)" = " b73ea3738b47563803ef814925e69be00799a8c07420be8b996f8e98fb2336db"
4355
4369
"checksum socket2 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)" = " c4d11a52082057d87cb5caa31ad812f4504b97ab44732cd8359df2e9ff9f48e7"
4356
4370
"checksum stable_deref_trait 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = " ffbc596e092fe5f598b12ef46cc03754085ac2f4d8c739ad61c4ae266cc3b3fa"
4371
+ "checksum std-mangle-rs 0.1.0 (git+https://github.com/michaelwoerister/std-mangle-rs?rev=2336dcdfcc91db3cdda18eda73aca488773ac6fc)" = " <none>"
4357
4372
"checksum string_cache 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)" = " 25d70109977172b127fe834e5449e5ab1740b9ba49fa18a2020f509174f25423"
4358
4373
"checksum string_cache_codegen 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = " 1eea1eee654ef80933142157fdad9dd8bc43cf7c74e999e369263496f04ff4da"
4359
4374
"checksum string_cache_shared 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = " b1884d1bc09741d466d9b14e6d37ac89d6909cbcac41dd9ae982d4d063bbedfc"
@@ -4397,6 +4412,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
4397
4412
"checksum typenum 1.10.0 (registry+https://github.com/rust-lang/crates.io-index)" = " 612d636f949607bdf9b123b4a6f6d966dedf3ff669f7f045890d3a4a73948169"
4398
4413
"checksum ucd-trie 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = " 71a9c5b1fe77426cf144cc30e49e955270f5086e31a6441dfa8b32efc09b9d77"
4399
4414
"checksum ucd-util 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = " 535c204ee4d8434478593480b8f86ab45ec9aae0e83c568ca81abf0fd0e88f86"
4415
+ "checksum unic-idna-punycode 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = " 1b0366615c248bc56ea5ceafe6f71a682f6591e653b1ce61814999302617b8c0"
4400
4416
"checksum unicase 2.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = " a84e5511b2a947f3ae965dcb29b13b7b1691b6e7332cf5dbc1744138d5acb7f6"
4401
4417
"checksum unicode-bidi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = " 49f2bd0c6468a8230e1db229cff8029217cf623c767ea5d60bfbd42729ea54d5"
4402
4418
"checksum unicode-normalization 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = " 6a0180bc61fc5a987082bfa111f4cc95c4caff7f9799f3e46df09163a937aa25"
0 commit comments