docs(changelog): Migrated the project to Rust 2024

This commit is contained in:
anatawa12 2025-03-02 16:56:28 +09:00
commit bd2071cff2
No known key found for this signature in database
GPG key ID: 9CA909848B8E4EA6
2 changed files with 6 additions and 0 deletions

View file

@ -12,6 +12,9 @@ The format is based on [Keep a Changelog].
### Changed
- Changed how we read VCC's project information `#1949` `#1955`
- Along with this, building this project no longer needs dotnet SDK to build.
- Migrated the project to Rust 2024 `#1956`
- This is internal changes should not cause behavior changes
- This would require Rust 1.85 for building this project
### Deprecated

View file

@ -12,6 +12,9 @@ The format is based on [Keep a Changelog].
### Changed
- Changed how we read VCC's project information `#1949` `#1955`
- Along with this, building this project no longer needs dotnet SDK to build.
- Migrated the project to Rust 2024 `#1956`
- This is internal changes should not cause behavior changes
- This would require Rust 1.85 for building this project
### Deprecated