Skip to content

Commit

Permalink
Temporarily pin publish.sh to nightly-2023-01-19
Browse files Browse the repository at this point in the history
Until rust-lang/rust#106810 can be dealt with.
  • Loading branch information
smoelius committed Jan 22, 2023
1 parent c6d82e9 commit 7e9057f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 2.1.3

- Set rust-analyzer's `rustc_private=true` in `dylint_linting` package metadata ([#543](https://github.com/trailofbits/dylint/pull/543))

## 2.1.2

- Rerun `cargo check` when library code changes ([6235e99](https://github.com/trailofbits/dylint/commit/6235e9993aa374a8a568fbbda4c333d718985835))
Expand Down
2 changes: 1 addition & 1 deletion scripts/publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ published() {
echo '[workspace]' >> Cargo.toml
cat > rust-toolchain << EOF
[toolchain]
channel = "nightly"
channel = "nightly-2023-01-19"
components = ["llvm-tools-preview", "rustc-dev"]
EOF
echo "Checking whether \`$1:$2\` is published ..." >&2
Expand Down

0 comments on commit 7e9057f

Please sign in to comment.