fix(debian): Attempt to fix issue resolving flume during offline build

This commit is contained in:
Michael Aaron Murphy 2021-08-14 00:06:12 +02:00
parent a70cfa9d0c
commit 43a4229ba7
3 changed files with 10 additions and 11 deletions

View file

@ -5,18 +5,18 @@ authors = ["Michael Aaron Murphy <mmstick@pm.me>"]
edition = "2018"
[dependencies]
flume = "=0.10.7"
flume = "0.10"
freedesktop-desktop-entry = "0.3"
futures_codec = "0.4"
futures-lite = "1.12"
futures-lite = "1"
fork = "0.1"
new_mime_guess = "3.0.0"
new_mime_guess = "3"
pop-launcher = { path = "../" }
serde = "1.0"
serde = "1"
serde_json = "1.0"
smol = "1.2"
smol = "1"
strsim = "0.10"
tracing = "0.1"
tracing-subscriber = "0.2"
zbus = "1.9"
zvariant = "2.8"
zbus = "1"
zvariant = "2"