File tree Expand file tree Collapse file tree 3 files changed +15
-15
lines changed Expand file tree Collapse file tree 3 files changed +15
-15
lines changed Original file line number Diff line number Diff line change @@ -428,8 +428,9 @@ dependencies = [
428
428
429
429
[[package ]]
430
430
name = " chalk-derive"
431
- version = " 0.10.1-dev"
432
- source = " git+https://github.com/rust-lang/chalk.git?rev=ea1ca4ddc43abcfed77420f294a3713fac714e18#ea1ca4ddc43abcfed77420f294a3713fac714e18"
431
+ version = " 0.11.0"
432
+ source = " registry+https://github.com/rust-lang/crates.io-index"
433
+ checksum = " 5b9bd01eab87277d973183a1d2e56bace1c11f8242c52c20636fb7dddf343ac9"
433
434
dependencies = [
434
435
" proc-macro2 1.0.3" ,
435
436
" quote 1.0.2" ,
@@ -439,8 +440,9 @@ dependencies = [
439
440
440
441
[[package ]]
441
442
name = " chalk-engine"
442
- version = " 0.10.1-dev"
443
- source = " git+https://github.com/rust-lang/chalk.git?rev=ea1ca4ddc43abcfed77420f294a3713fac714e18#ea1ca4ddc43abcfed77420f294a3713fac714e18"
443
+ version = " 0.11.0"
444
+ source = " registry+https://github.com/rust-lang/crates.io-index"
445
+ checksum = " 6c7a637c3d17ed555aef16e16952a5d1e127bd55178cc30be22afeb92da90c7d"
444
446
dependencies = [
445
447
" chalk-derive" ,
446
448
" chalk-ir" ,
@@ -449,17 +451,19 @@ dependencies = [
449
451
450
452
[[package ]]
451
453
name = " chalk-ir"
452
- version = " 0.10.1-dev"
453
- source = " git+https://github.com/rust-lang/chalk.git?rev=ea1ca4ddc43abcfed77420f294a3713fac714e18#ea1ca4ddc43abcfed77420f294a3713fac714e18"
454
+ version = " 0.11.0"
455
+ source = " registry+https://github.com/rust-lang/crates.io-index"
456
+ checksum = " 595e5735ded16c3f3dc348f7b15bbb2521a0080b1863cac38ad5271589944670"
454
457
dependencies = [
455
458
" chalk-derive" ,
456
459
" lazy_static" ,
457
460
]
458
461
459
462
[[package ]]
460
463
name = " chalk-solve"
461
- version = " 0.10.1-dev"
462
- source = " git+https://github.com/rust-lang/chalk.git?rev=ea1ca4ddc43abcfed77420f294a3713fac714e18#ea1ca4ddc43abcfed77420f294a3713fac714e18"
464
+ version = " 0.11.0"
465
+ source = " registry+https://github.com/rust-lang/crates.io-index"
466
+ checksum = " 5d9d938139db425867a30cc0cfec0269406d8238d0571d829041eaa7a8455d11"
463
467
dependencies = [
464
468
" chalk-derive" ,
465
469
" chalk-engine" ,
Original file line number Diff line number Diff line change @@ -30,8 +30,7 @@ rustc_serialize = { path = "../librustc_serialize" }
30
30
rustc_ast = { path = " ../librustc_ast" }
31
31
rustc_span = { path = " ../librustc_span" }
32
32
byteorder = { version = " 1.3" }
33
- chalk-ir = { git = " https://github.com/rust-lang/chalk.git" , rev = " ea1ca4ddc43abcfed77420f294a3713fac714e18" }
34
- # chalk-ir = "0.10.0"
33
+ chalk-ir = " 0.11.0"
35
34
smallvec = { version = " 1.0" , features = [" union" , " may_dangle" ] }
36
35
measureme = " 0.7.1"
37
36
rustc_session = { path = " ../librustc_session" }
Original file line number Diff line number Diff line change @@ -16,11 +16,8 @@ rustc_hir = { path = "../librustc_hir" }
16
16
rustc_index = { path = " ../librustc_index" }
17
17
rustc_ast = { path = " ../librustc_ast" }
18
18
rustc_span = { path = " ../librustc_span" }
19
- # chalk-ir = "0.10.0"
20
- # chalk-rust-ir = "0.10.0"
21
- # chalk-solve = "0.10.0"
22
- chalk-solve = { git = " https://github.com/rust-lang/chalk.git" , rev = " ea1ca4ddc43abcfed77420f294a3713fac714e18" }
23
- chalk-ir = { git = " https://github.com/rust-lang/chalk.git" , rev = " ea1ca4ddc43abcfed77420f294a3713fac714e18" }
19
+ chalk-ir = " 0.11.0"
20
+ chalk-solve = " 0.11.0"
24
21
smallvec = { version = " 1.0" , features = [" union" , " may_dangle" ] }
25
22
rustc_infer = { path = " ../librustc_infer" }
26
23
rustc_trait_selection = { path = " ../librustc_trait_selection" }
You can’t perform that action at this time.
0 commit comments