Skip to content

Commit

Permalink
Merge pull request #241 from SpringQL/bump_mrsv_1.63
Browse files Browse the repository at this point in the history
Bump Minnimum Supported Rust Version to 1.63
laysakura authored Oct 7, 2022
2 parents 17b2866 + ebcb2c9 commit 9959139
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -61,7 +61,7 @@ jobs:
- make:
task: test
os: ubuntu-latest
rust: 1.57.0
rust: 1.63.0
- make:
task: test
os: macos-latest
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -10,6 +10,10 @@ All other sections are for end-users.
<!-- markdownlint-disable MD024 -->
## [Unreleased]

### Changed

- Bump Minnimum Support Rust Version (MSRV) to 1.63 ([#241](https://github.com/SpringQL/SpringQL/pull/241))

## [v0.18.0] - 2022-09-21

### For developers
2 changes: 1 addition & 1 deletion springql-core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -6,7 +6,7 @@ authors = ["Sho Nakatani <lay.sakura@gmail.com>"]
license = "MIT OR Apache-2.0"

edition = "2021"
rust-version = "1.57.0"
rust-version = "1.63.0"

categories = ["embedded"]
description = "SpringQL: Open-source stream processor for IoT devices and in-vehicle computers"

0 comments on commit 9959139

Please sign in to comment.