Skip to content

Commit

Permalink
Merge pull request #1132 from calebcartwright/rustc-ap-bump
Browse files Browse the repository at this point in the history
bump rustc-ap* to v679
  • Loading branch information
kngwyu authored Oct 3, 2020
2 parents e251753 + 8e8da27 commit b1614b0
Show file tree
Hide file tree
Showing 3 changed files with 90 additions and 63 deletions.
137 changes: 82 additions & 55 deletions Cargo.lock

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

14 changes: 7 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,31 +39,31 @@ path = "metadata"

[dependencies.rustc_ast_pretty]
package = "rustc-ap-rustc_ast_pretty"
version = "677.0.0"
version = "679.0.0"

[dependencies.rustc_data_structures]
package = "rustc-ap-rustc_data_structures"
version = "677.0.0"
version = "679.0.0"

[dependencies.rustc_errors]
package = "rustc-ap-rustc_errors"
version = "677.0.0"
version = "679.0.0"

[dependencies.rustc_parse]
package = "rustc-ap-rustc_parse"
version = "677.0.0"
version = "679.0.0"

[dependencies.rustc_session]
package = "rustc-ap-rustc_session"
version = "677.0.0"
version = "679.0.0"

[dependencies.rustc_span]
package = "rustc-ap-rustc_span"
version = "677.0.0"
version = "679.0.0"

[dependencies.rustc_ast]
package = "rustc-ap-rustc_ast"
version = "677.0.0"
version = "679.0.0"

[dev-dependencies.racer-testutils]
version = "0.1"
Expand Down
Loading

0 comments on commit b1614b0

Please sign in to comment.