Skip to content

Commit

Permalink
Update dependency Rust to v1.74.0 (#681)
Browse files Browse the repository at this point in the history
* Update dependency Rust to v1.74.0

* rust-lang/rust#115010 の対応

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Ryo Yamashita <[email protected]>
  • Loading branch information
renovate[bot] and qryxip authored Nov 16, 2023
1 parent 8126bbd commit bcee26f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion crates/voicevox_core/src/user_dict/word.rs
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ pub(crate) enum InvalidWordError {
}

impl InvalidWordError {
const BASE_MSG: &str = "ユーザー辞書の単語のバリデーションに失敗しました";
const BASE_MSG: &'static str = "ユーザー辞書の単語のバリデーションに失敗しました";
}

type InvalidWordResult<T> = std::result::Result<T, InvalidWordError>;
Expand Down
2 changes: 1 addition & 1 deletion rust-toolchain
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.73.0
1.74.0

0 comments on commit bcee26f

Please sign in to comment.