diff options
author | Franz Geffke <franz@pantherx.org> | 2024-02-28 18:33:00 +0000 |
---|---|---|
committer | Franz Geffke <franz@pantherx.org> | 2024-02-28 18:33:00 +0000 |
commit | a7ceebb9ccdbe7f945fa376eb3ecccea918e6ba5 (patch) | |
tree | 7a3b4140d3b2cfbfe011de994621f4cfab43b953 | |
parent | 077956730ad12379bd68ec5e3f24042efaff019c (diff) |
fix unbound package rust-reqwest-0.11
-rw-r--r-- | px/packages/crates-io.scm | 2 | ||||
-rw-r--r-- | px/packages/device.scm | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/px/packages/crates-io.scm b/px/packages/crates-io.scm index f121a86..a7b9531 100644 --- a/px/packages/crates-io.scm +++ b/px/packages/crates-io.scm @@ -102,7 +102,7 @@ of the standard synchronization primitives.") #:cargo-inputs (("rust-base64" ,rust-base64-0.13) ("rust-iso8601" ,rust-iso8601-0.4) ("rust-mime" ,rust-mime-0.3) - ("rust-reqwest" ,rust-reqwest-0.11) + ("rust-reqwest" ,rust-reqwest) ("rust-xml-rs" ,rust-xml-rs-0.8)) #:cargo-development-inputs (("rust-version-sync" ,rust-version-sync-0.9)))) (home-page "https://github.com/jonas-schievink/xml-rpc-rs.git") diff --git a/px/packages/device.scm b/px/packages/device.scm index c229952..a345fe7 100644 --- a/px/packages/device.scm +++ b/px/packages/device.scm @@ -281,7 +281,7 @@ to other applications, without root priviliges.") ("rust-fern" ,rust-fern-0.6) ("rust-log" ,rust-log-0.4) ("rust-mime-guess" ,rust-mime-guess-2) - ("rust-reqwest" ,rust-reqwest-0.11) + ("rust-reqwest" ,rust-reqwest) ("rust-serde" ,rust-serde-1) ("rust-serde-json" ,rust-serde-json-1) ("rust-serde-yaml" ,rust-serde-yaml-0.8) |