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

chore: Support RISCV64 #505

Merged
merged 1 commit into from
May 22, 2024
Merged

chore: Support RISCV64 #505

merged 1 commit into from
May 22, 2024

Conversation

LyonRust
Copy link
Collaborator

The file libraries/extensions/download/Cargo.toml has a reqwest dependency with a version number of 0.11.12.
This package enables the rustld-tls feature. rustls depends on ring, and ring already supports RISCV64 in the latest version 0.17.

Upgrade reqwest to the latest version 0.12.4 to support RISCV64.

Reviewed-by: LyonRust

For screenshots of the verified content, see https://echoli.cn/dora/riscv64.html

The file libraries/extensions/download/Cargo.toml has a reqwest dependency with a version number of 0.11.12. This package enables the rustld-tls feature. rustls depends on ring, and ring already supports RISCV64 in the latest version 0.17.

Upgrade reqwest to the latest version 0.12.4 to support RISCV64.

Reviewed-by: LyonRust
Copy link
Collaborator

@phil-opp phil-opp left a comment

Choose a reason for hiding this comment

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

Thanks!

@phil-opp phil-opp merged commit af80819 into dora-rs:main May 22, 2024
17 checks passed
@phil-opp phil-opp mentioned this pull request May 22, 2024
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