Skip to content

Commit

Permalink
Merge pull request #63 from lucaato/feature/bump-rust-1.78
Browse files Browse the repository at this point in the history
Bump rust msrv to 1.78
  • Loading branch information
harlem88 authored Dec 2, 2024
2 parents df88049 + 0ad764b commit 5ff0672
Show file tree
Hide file tree
Showing 6 changed files with 341 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 5ff0672

Please sign in to comment.