Skip to content

Commit

Permalink
deps: bump rustc-ap crates to v711
Browse files Browse the repository at this point in the history
  • Loading branch information
calebcartwright committed Apr 3, 2021
1 parent 4c617e8 commit 884cdb8
Show file tree
Hide file tree
Showing 2 changed files with 77 additions and 66 deletions.
127 changes: 69 additions & 58 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 8 additions & 8 deletions Cargo.toml
Expand Up @@ -66,36 +66,36 @@ rustc-workspace-hack = "1.0.0"

[dependencies.rustc_ast]
package = "rustc-ap-rustc_ast"
version = "710.0.0"
version = "711.0.0"

[dependencies.rustc_ast_pretty]
package = "rustc-ap-rustc_ast_pretty"
version = "710.0.0"
version = "711.0.0"

# [dependencies.rustc_attr]
# package = "rustc-ap-rustc_attr"
# version = "708.0.0"

[dependencies.rustc_data_structures]
package = "rustc-ap-rustc_data_structures"
version = "710.0.0"
version = "711.0.0"

[dependencies.rustc_errors]
package = "rustc-ap-rustc_errors"
version = "710.0.0"
version = "711.0.0"

[dependencies.rustc_expand]
package = "rustc-ap-rustc_expand"
version = "710.0.0"
version = "711.0.0"

[dependencies.rustc_parse]
package = "rustc-ap-rustc_parse"
version = "710.0.0"
version = "711.0.0"

[dependencies.rustc_session]
package = "rustc-ap-rustc_session"
version = "710.0.0"
version = "711.0.0"

[dependencies.rustc_span]
package = "rustc-ap-rustc_span"
version = "710.0.0"
version = "711.0.0"

0 comments on commit 884cdb8

Please sign in to comment.