Skip to content

Commit

Permalink
Change MSRV to 1.74 (#120)
Browse files Browse the repository at this point in the history
* Change MSRV to 1.74

* Update README

* Use 1.74.1
  • Loading branch information
vbkaisetsu authored Feb 9, 2024
1 parent b26ac13 commit 9c83359
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
strategy:
matrix:
rust:
- 1.70.0 # MSRV
- 1.74.1 # MSRV
- stable
- nightly
steps:
Expand Down
2 changes: 1 addition & 1 deletion README-ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Vaporetto は、高速で軽量な点予測に基づくトークナイザです

[![Crates.io](https://img.shields.io/crates/v/vaporetto)](https://crates.io/crates/vaporetto)
[![Documentation](https://docs.rs/vaporetto/badge.svg)](https://docs.rs/vaporetto)
![Build Status](https://github.com/daac-tools/vaporetto/actions/workflows/rust.yml/badge.svg)
[![Build Status](https://github.com/daac-tools/vaporetto/actions/workflows/rust.yml/badge.svg)](https://github.com/daac-tools/vaporetto/actions)
[![Slack](https://img.shields.io/badge/join-chat-brightgreen?logo=slack)](https://join.slack.com/t/daac-tools/shared_invite/zt-1pwwqbcz4-KxL95Nam9VinpPlzUpEGyA)

[English document](README.md)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ This repository includes both a Rust crate that provides APIs for Vaporetto and

[![Crates.io](https://img.shields.io/crates/v/vaporetto)](https://crates.io/crates/vaporetto)
[![Documentation](https://docs.rs/vaporetto/badge.svg)](https://docs.rs/vaporetto)
![Build Status](https://github.com/daac-tools/vaporetto/actions/workflows/rust.yml/badge.svg)
[![Build Status](https://github.com/daac-tools/vaporetto/actions/workflows/rust.yml/badge.svg)](https://github.com/daac-tools/vaporetto/actions)
[![Slack](https://img.shields.io/badge/join-chat-brightgreen?logo=slack)](https://join.slack.com/t/daac-tools/shared_invite/zt-1pwwqbcz4-KxL95Nam9VinpPlzUpEGyA)

[日本語のドキュメント](README-ja.md)
Expand Down
2 changes: 1 addition & 1 deletion vaporetto/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "vaporetto"
version = "0.6.3"
edition = "2021"
rust-version = "1.70"
rust-version = "1.74"
authors = ["Koichi Akabe <[email protected]>"]
description = "Vaporetto: a pointwise prediction based tokenizer"
license = "MIT OR Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion vaporetto_rules/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "vaporetto_rules"
version = "0.6.3"
edition = "2021"
rust-version = "1.70"
rust-version = "1.74"
authors = ["Koichi Akabe <[email protected]>"]
description = "Rule-base filters for Vaporetto"
license = "MIT OR Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion vaporetto_tantivy/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "vaporetto_tantivy"
version = "0.21.0" # Match with Tantivy version number
edition = "2021"
rust-version = "1.70"
rust-version = "1.74"
authors = ["Koichi Akabe <[email protected]>"]
description = "Vaporetto Tokenizer for Tantivy"
license = "MIT OR Apache-2.0"
Expand Down

0 comments on commit 9c83359

Please sign in to comment.