Skip to content

Commit

Permalink
Bump rustc-ap-* crates to version 706
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaseizinger authored and calebcartwright committed Feb 11, 2021
1 parent 302107e commit 98f2347
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -107,32 +107,32 @@ lazy_static = "1.0.0"

[dependencies.rustc_ast]
package = "rustc-ap-rustc_ast"
version = "705.0.0"
version = "706.0.0"

[dependencies.rustc_ast_pretty]
package = "rustc-ap-rustc_ast_pretty"
version = "705.0.0"
version = "706.0.0"

[dependencies.rustc_data_structures]
package = "rustc-ap-rustc_data_structures"
version = "705.0.0"
version = "706.0.0"

[dependencies.rustc_errors]
package = "rustc-ap-rustc_errors"
version = "705.0.0"
version = "706.0.0"

[dependencies.rustc_expand]
package = "rustc-ap-rustc_expand"
version = "705.0.0"
version = "706.0.0"

[dependencies.rustc_parse]
package = "rustc-ap-rustc_parse"
version = "705.0.0"
version = "706.0.0"

[dependencies.rustc_session]
package = "rustc-ap-rustc_session"
version = "705.0.0"
version = "706.0.0"

[dependencies.rustc_span]
package = "rustc-ap-rustc_span"
version = "705.0.0"
version = "706.0.0"

0 comments on commit 98f2347

Please sign in to comment.