fix(debian): Attempt to fix issue resolving flume during offline build
This commit is contained in:
parent
a70cfa9d0c
commit
43a4229ba7
3 changed files with 10 additions and 11 deletions
1
Cargo.lock
generated
1
Cargo.lock
generated
|
|
@ -762,7 +762,6 @@ name = "pop-launcher"
|
|||
version = "1.0.0"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"async-executor",
|
||||
"async-io",
|
||||
"async-oneshot",
|
||||
"async-trait",
|
||||
|
|
|
|||
|
|
@ -3,6 +3,7 @@ name = "pop-launcher"
|
|||
version = "1.0.0"
|
||||
authors = ["Michael Aaron Murphy <mmstick@pm.me>"]
|
||||
edition = "2018"
|
||||
resolver = "2"
|
||||
|
||||
[workspace]
|
||||
members = ["plugins"]
|
||||
|
|
@ -21,10 +22,9 @@ serde = { version = "1", features = ["derive"] }
|
|||
serde_json = "1"
|
||||
serde_with = "1"
|
||||
slab = "0.4"
|
||||
smol = "1.2.5"
|
||||
smol = "1"
|
||||
strsim = "0.10"
|
||||
toml = "0.5"
|
||||
tracing = "0.1"
|
||||
tracing-subscriber = { version = "0.2", features = ["fmt"] }
|
||||
gen-z = "0.1.0"
|
||||
async-executor = "1.4.1"
|
||||
gen-z = "0.1"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue