Skip to content

Commit 7e9057f

Browse files
committed
Temporarily pin publish.sh to nightly-2023-01-19
Until rust-lang/rust#106810 can be dealt with.
1 parent c6d82e9 commit 7e9057f

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 2.1.3
4+
5+
- Set rust-analyzer's `rustc_private=true` in `dylint_linting` package metadata ([#543](https://github.com/trailofbits/dylint/pull/543))
6+
37
## 2.1.2
48

59
- Rerun `cargo check` when library code changes ([6235e99](https://github.com/trailofbits/dylint/commit/6235e9993aa374a8a568fbbda4c333d718985835))

scripts/publish.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ published() {
5050
echo '[workspace]' >> Cargo.toml
5151
cat > rust-toolchain << EOF
5252
[toolchain]
53-
channel = "nightly"
53+
channel = "nightly-2023-01-19"
5454
components = ["llvm-tools-preview", "rustc-dev"]
5555
EOF
5656
echo "Checking whether \`$1:$2\` is published ..." >&2

0 commit comments

Comments
 (0)