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 /px/packages/crates-io.scm | |
parent | 077956730ad12379bd68ec5e3f24042efaff019c (diff) |
fix unbound package rust-reqwest-0.11
Diffstat (limited to 'px/packages/crates-io.scm')
-rw-r--r-- | px/packages/crates-io.scm | 2 |
1 files changed, 1 insertions, 1 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") |