Skip to content

Commit

Permalink
ci: Update Rust version on Azure Pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
ubolonton committed Mar 15, 2024
1 parent 4ace74a commit 27c28ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .azure-pipelines/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ pool:
steps:
- template: steps/setup-rust.yml
parameters:
version: '1.45.0'
version: '1.56.0'
- template: steps/-build.yml
- template: steps/setup-emacs.yml
- template: steps/-test.yml
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## [Unreleased]
- Upgraded to Rust 2021 edition.
- This also raised the minimum supported Rust version to 1.56.
- Added support for Rust's non-zero integer types.

## [0.18.0] - 2021-09-26
Expand Down

0 comments on commit 27c28ea

Please sign in to comment.