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

This commit is contained in:
Josh Thomas 2025-05-15 21:51:38 -05:00 committed by GitHub
parent 7884ddc700
commit 460c1ce0a1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 1 deletions

View file

@ -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]

View file

@ -1,2 +1,2 @@
[toolchain]
channel = "1.86"
channel = "1.87"