Skip to content

Commit

Permalink
bump windows nightly compiler version
Browse files Browse the repository at this point in the history
  • Loading branch information
solidiquis committed Jul 1, 2023
1 parent adbebe2 commit ac82d54
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:

- os: windows-latest
target: x86_64-pc-windows-msvc
toolchain: nightly-2023-03-05
toolchain: nightly-2023-06-11
use-cross: false

steps:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ $ cargo install erdtree
The Windows version relies on some experimental features in order to properly support hard-link detection. If you want to build from `crates.io` you'll first need to install the nightly toolchain before installing `erdtree`:

```
$ rustup toolchain install nightly-2023-03-05
$ rustup toolchain install nightly-2023-06-11
```

Thereafter:
Expand Down

0 comments on commit ac82d54

Please sign in to comment.