Skip to content

Commit

Permalink
Bump rustc-ap to v697.
Browse files Browse the repository at this point in the history
  • Loading branch information
m-ou-se authored and calebcartwright committed Jan 9, 2021
1 parent 4644418 commit a6b0c18
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -66,36 +66,36 @@ rustc-workspace-hack = "1.0.0"

[dependencies.rustc_ast]
package = "rustc-ap-rustc_ast"
version = "691.0.0"
version = "697.0.0"

[dependencies.rustc_ast_pretty]
package = "rustc-ap-rustc_ast_pretty"
version = "691.0.0"
version = "697.0.0"

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

[dependencies.rustc_data_structures]
package = "rustc-ap-rustc_data_structures"
version = "691.0.0"
version = "697.0.0"

[dependencies.rustc_errors]
package = "rustc-ap-rustc_errors"
version = "691.0.0"
version = "697.0.0"

[dependencies.rustc_expand]
package = "rustc-ap-rustc_expand"
version = "691.0.0"
version = "697.0.0"

[dependencies.rustc_parse]
package = "rustc-ap-rustc_parse"
version = "691.0.0"
version = "697.0.0"

[dependencies.rustc_session]
package = "rustc-ap-rustc_session"
version = "691.0.0"
version = "697.0.0"

[dependencies.rustc_span]
package = "rustc-ap-rustc_span"
version = "691.0.0"
version = "697.0.0"
1 change: 1 addition & 0 deletions rust-toolchain
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
nightly-2020-12-31

0 comments on commit a6b0c18

Please sign in to comment.