Skip to content

Commit

Permalink
Bump rust msrv to 1.78
Browse files Browse the repository at this point in the history
Signed-off-by: Luca Arato <luca.arato@secomind.com>
  • Loading branch information
lucaato committed Nov 29, 2024
1 parent df88049 commit d4875f3
Show file tree
Hide file tree
Showing 5 changed files with 340 additions and 488 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/rust-check-code-generation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ jobs:
# https://docs.github.com/en/actions/learn-github-actions/contexts#context-availability
strategy:
matrix:
msrv: [ 1.72.0 ]
msrv: [ 1.78.0 ]
name: ubuntu / ${{ matrix.msrv }}
steps:
- uses: actions/checkout@v4
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project
adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

### Changed

- Bump Rust MSRV to 1.78.0.

## [0.7.0] - 2024-09-02

### Added
Expand Down
Loading

0 comments on commit d4875f3

Please sign in to comment.