Skip to content

Commit

Permalink
Update rustc used for codegen build
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed May 26, 2020
1 parent 535bed0 commit 6611643
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
- uses: actions/checkout@v2
- uses: dtolnay/rust-toolchain@master
with:
toolchain: nightly-2020-03-22
toolchain: nightly-2020-05-15
- run: cd codegen && cargo run
- run: git diff --exit-code

Expand Down
2 changes: 1 addition & 1 deletion codegen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ crossbeam-utils = "=0.6.5"
[dependencies.rustfmt]
package = "rustfmt_lib"
git = "https://github.com/rust-lang-nursery/rustfmt"
rev = "9124dd88d6ef14d0ae77dc52ff5e9598f24a75a0"
rev = "99edc8826ee6d7a5d529e8749cdf4ac999dfd954"

[workspace]
# Prefer that `cargo clean` in syn's directory does not require a rebuild of
Expand Down

0 comments on commit 6611643

Please sign in to comment.