Skip to content

Commit

Permalink
fix unbound package rust-reqwest-0.11 #3
Browse files Browse the repository at this point in the history
  • Loading branch information
franzos committed Feb 28, 2024
1 parent 22f2cbf commit 320c55f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion px/packages/crates-io.scm
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,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-11)
("rust-reqwest" ,rust-reqwest-0.11)
("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")
Expand Down
2 changes: 1 addition & 1 deletion px/packages/device.scm
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,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-11)
("rust-reqwest" ,rust-reqwest-0.11)
("rust-serde" ,rust-serde-1)
("rust-serde-json" ,rust-serde-json-1)
("rust-serde-yaml" ,rust-serde-yaml-0.8)
Expand Down

0 comments on commit 320c55f

Please sign in to comment.