Skip to content

Commit

Permalink
upd
Browse files Browse the repository at this point in the history
  • Loading branch information
kampersanda committed Feb 18, 2024
1 parent 3f7d16f commit 5d161c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
strategy:
matrix:
rust:
- 1.70.0 # MSRV
- 1.74.0 # MSRV
- stable
- nightly
steps:
Expand Down
2 changes: 1 addition & 1 deletion vibrato/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "vibrato"
# NOTE(kampersanda): Developers should check compatibility with MODEL_MAGIC in dictionary.rs.
version = "0.5.1"
edition = "2021"
rust-version = "1.70"
rust-version = "1.74"
authors = [
"Shunsuke Kanda <shnsk.knd@gmail.com>",
"Koichi Akabe <vbkaisetsu@gmail.com>",
Expand Down

0 comments on commit 5d161c3

Please sign in to comment.