Browse Source

Merge pull request #505 from LyonRust/main

chore: Support RISCV64
tags/v0.3.5-fix4
Philipp Oppermann GitHub 1 year ago
parent
commit
af8081925a
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libraries/extensions/download/Cargo.toml

+ 1
- 1
libraries/extensions/download/Cargo.toml View File

@@ -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"] }


Loading…
Cancel
Save