diff options
author | Franz Geffke <franz@pantherx.org> | 2024-02-28 18:56:50 +0000 |
---|---|---|
committer | Franz Geffke <franz@pantherx.org> | 2024-02-28 18:56:50 +0000 |
commit | 320c55f058e52fb8f43d896e653d3549acb3cfd3 (patch) | |
tree | 870d995e75d43d0065d07440d67aa05faacd78c7 /px/packages/device.scm | |
parent | 22f2cbf53849a46f17612ed07e777438b784556f (diff) |
fix unbound package rust-reqwest-0.11 #3
Diffstat (limited to 'px/packages/device.scm')
-rw-r--r-- | px/packages/device.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/px/packages/device.scm b/px/packages/device.scm index ff5241f..0d1c064 100644 --- a/px/packages/device.scm +++ b/px/packages/device.scm @@ -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) |