Skip to content

Commit 460c1ce

Browse files
bump rust toolchain to 1.87 (#152)
1 parent 7884ddc commit 460c1ce

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ and this project attempts to adhere to [Semantic Versioning](https://semver.org/
3131
- **Internal**: Improved Python environment handling, including refactored activation logic.
3232
- **Internal**: Centralized Python linking build logic into a shared `djls-dev` crate to reduce duplication.
3333
- **Internal (djls-project)**: Started Salsa integration for incremental computation with database structure and initial Python environment discovery functionality.
34+
- Bumped Rust toolchain from 1.86 to 1.87
35+
- Bumped PyO3 to 0.25.
3436

3537
## [5.2.0a0]
3638

rust-toolchain.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
[toolchain]
2-
channel = "1.86"
2+
channel = "1.87"

0 commit comments

Comments
 (0)