Skip to content

Commit

Permalink
Merge pull request #505 from LyonRust/main
Browse files Browse the repository at this point in the history
chore: Support RISCV64
  • Loading branch information
phil-opp authored May 22, 2024
2 parents dae290f + 26f0176 commit af80819
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/extensions/download/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ license.workspace = true

[dependencies]
eyre = "0.6.8"
reqwest = { version = "0.11.12", default-features = false, features = [
reqwest = { version = "0.12.4", default-features = false, features = [
"rustls-tls",
] }
tokio = { version = "1.24.2", features = ["fs"] }
Expand Down

0 comments on commit af80819

Please sign in to comment.