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

Investigate remove actix_rt? #161

Closed
ryardley opened this issue Oct 28, 2024 · 0 comments · Fixed by #164
Closed

Investigate remove actix_rt? #161

ryardley opened this issue Oct 28, 2024 · 0 comments · Fixed by #164
Assignees
Labels
Ciphernode Related to the ciphernode package enhancement New feature or request

Comments

@ryardley
Copy link
Contributor

          _:hammer_and_wrench: Refactor suggestion_

Update the actix_rt::main attribute to actix::main.

The actix_rt crate is deprecated in favor of the actix crate. Updating to actix::main ensures future compatibility and reduces deprecation warnings.

Apply this diff:

-#[actix_rt::main]
+#[actix::main]

Committable suggestion was skipped due to low confidence.

Originally posted by @coderabbitai[bot] in #156 (comment)

@ryardley ryardley mentioned this issue Oct 29, 2024
2 tasks
@ryardley ryardley added enhancement New feature or request Ciphernode Related to the ciphernode package labels Oct 29, 2024
@ryardley ryardley self-assigned this Oct 29, 2024
@ryardley ryardley closed this as completed Nov 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Ciphernode Related to the ciphernode package enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant