From 984da803c6851251a5a2ae3cc7657c8d8e68bf0a Mon Sep 17 00:00:00 2001 From: Josh Date: Thu, 15 May 2025 21:46:09 -0500 Subject: [PATCH] bump rust toolchain to 1.87 --- CHANGELOG.md | 2 ++ rust-toolchain.toml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 44e2d9ba..f2d77afe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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] diff --git a/rust-toolchain.toml b/rust-toolchain.toml index e7f22fb8..0837c1fc 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,2 +1,2 @@ [toolchain] -channel = "1.86" +channel = "1.87"