Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ダウンローダーにリポジトリ指定機能をつける #641

Merged
merged 2 commits into from
Oct 13, 2023

Conversation

qryxip
Copy link
Member

@qryxip qryxip commented Oct 12, 2023

内容

関連 Issue

Resolves #620.

その他

ダウンローダー本体のみの変更です。

Comment on lines -19 to +20
once_cell = "1.15.0"
regex = "1.6.0"
once_cell = "1.18.0"
regex = "1.10.0"
Copy link
Member Author

@qryxip qryxip Oct 12, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

cargo add parse-displayしたらCargo.lock内でバージョンが引き上げられていたため、それに合わせた。

Copy link
Member

@Hiroshiba Hiroshiba left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!!!

ありがとうございます!!

@Hiroshiba Hiroshiba merged commit 9af99c4 into VOICEVOX:main Oct 13, 2023
43 checks passed
@@ -123,6 +133,13 @@ impl Os {
}
}

#[derive(parse_display::FromStr, Clone)]
#[from_str(regex = "(?<owner>[a-zA-Z0-9_]+)/(?<repo>[a-zA-Z0-9_]+)")]
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

あ、ハイフン(-)入れ忘れてた…
まあ実用上しばらく問題無し?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ダウンローダーにリポジトリ指定機能をつける
2 participants