mirror of
https://github.com/joshuadavidthomas/django-language-server.git
synced 2025-07-07 20:55:02 +00:00
bump rust toolchain to 1.87 (#152)
Some checks failed
release / test (push) Has been cancelled
test / generate-matrix (push) Has been cancelled
lint / rustfmt (push) Has been cancelled
lint / clippy (push) Has been cancelled
lint / cargo-check (push) Has been cancelled
lint / pre-commit (push) Has been cancelled
release / build (push) Has been cancelled
zizmor 🌈 / zizmor latest via PyPI (push) Has been cancelled
release / release (push) Has been cancelled
test / Python , Django () (push) Has been cancelled
test / tests (push) Has been cancelled
Some checks failed
release / test (push) Has been cancelled
test / generate-matrix (push) Has been cancelled
lint / rustfmt (push) Has been cancelled
lint / clippy (push) Has been cancelled
lint / cargo-check (push) Has been cancelled
lint / pre-commit (push) Has been cancelled
release / build (push) Has been cancelled
zizmor 🌈 / zizmor latest via PyPI (push) Has been cancelled
release / release (push) Has been cancelled
test / Python , Django () (push) Has been cancelled
test / tests (push) Has been cancelled
This commit is contained in:
parent
7884ddc700
commit
460c1ce0a1
2 changed files with 3 additions and 1 deletions
|
@ -31,6 +31,8 @@ and this project attempts to adhere to [Semantic Versioning](https://semver.org/
|
|||
- **Internal**: Improved Python environment handling, including refactored activation logic.
|
||||
- **Internal**: Centralized Python linking build logic into a shared `djls-dev` crate to reduce duplication.
|
||||
- **Internal (djls-project)**: Started Salsa integration for incremental computation with database structure and initial Python environment discovery functionality.
|
||||
- Bumped Rust toolchain from 1.86 to 1.87
|
||||
- Bumped PyO3 to 0.25.
|
||||
|
||||
## [5.2.0a0]
|
||||
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
[toolchain]
|
||||
channel = "1.86"
|
||||
channel = "1.87"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue