We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
nightly-2023-01-19
1 parent c6d82e9 commit 7e9057fCopy full SHA for 7e9057f
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
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
7
## 2.1.2
8
9
- Rerun `cargo check` when library code changes ([6235e99](https://github.com/trailofbits/dylint/commit/6235e9993aa374a8a568fbbda4c333d718985835))
scripts/publish.sh
@@ -50,7 +50,7 @@ published() {
50
echo '[workspace]' >> Cargo.toml
51
cat > rust-toolchain << EOF
52
[toolchain]
53
-channel = "nightly"
+channel = "nightly-2023-01-19"
54
components = ["llvm-tools-preview", "rustc-dev"]
55
EOF
56
echo "Checking whether \`$1:$2\` is published ..." >&2
0 commit comments