Skip to content

actix제거, 의존성 업데이트, lazy_static 제거 #9

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

Merged
merged 7 commits into from
Jan 14, 2022

Conversation

Perlmint
Copy link
Collaborator

@Perlmint Perlmint commented Jan 13, 2022

close #8
일단 임시로 ssl, request header검사는 꺼둠

@Perlmint Perlmint changed the title actix제거, 의존성 업데이트 actix제거, 의존성 업데이트, lazy_static 제거 Jan 14, 2022
use rand::{thread_rng, Rng};

struct MonsterHunterData<'a> {
keywords: Vec<&'a str>,
keywords: &'a [&'a str],
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

생각해보니 완전 단순하게 해결 가능;

@Elenesgu Elenesgu marked this pull request as ready for review January 14, 2022 10:22
@skyser2003 skyser2003 merged commit 456ecba into master Jan 14, 2022
@Elenesgu Elenesgu deleted the with_axum branch January 20, 2022 05:53
Perlmint added a commit that referenced this pull request Jan 20, 2022
actix제거, 의존성 업데이트, lazy_static 제거
Perlmint added a commit that referenced this pull request Jan 20, 2022
actix제거, 의존성 업데이트, lazy_static 제거
Perlmint pushed a commit that referenced this pull request Jan 20, 2022
actix제거, 의존성 업데이트, lazy_static 제거
@skyser2003 skyser2003 restored the with_axum branch April 9, 2024 18:59
@skyser2003 skyser2003 deleted the with_axum branch April 9, 2024 19:00
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.

lazy_static 제거할 수 있는 곳 제거하기
2 participants