Skip to content

Commit

Permalink
bump up minimum supported Rust version to 1.64.0
Browse files Browse the repository at this point in the history
  • Loading branch information
TaKO8Ki committed Apr 26, 2023
1 parent 884b1c8 commit 469b2ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
- make:
task: test
os: ubuntu-latest
rust: 1.63.0
rust: 1.64.0
- make:
task: test
os: macos-latest
Expand Down
2 changes: 1 addition & 1 deletion springql-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ authors = ["Sho Nakatani <lay.sakura@gmail.com>"]
license = "MIT OR Apache-2.0"

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

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

0 comments on commit 469b2ce

Please sign in to comment.