mirror of
https://github.com/imgurbot12/rmenu.git
synced 2025-02-12 13:15:07 +01:00
fix: use upgraded rmenu-plugin version
This commit is contained in:
parent
d10d1c6e4e
commit
194398d861
5 changed files with 6 additions and 6 deletions
|
@ -9,6 +9,6 @@ edition = "2021"
|
||||||
clap = { version = "4.3.21", features = ["derive"] }
|
clap = { version = "4.3.21", features = ["derive"] }
|
||||||
env_logger = "0.10.0"
|
env_logger = "0.10.0"
|
||||||
log = "0.4.19"
|
log = "0.4.19"
|
||||||
rmenu-plugin = { version = "0.0.0", path = "../rmenu-plugin" }
|
rmenu-plugin = { version = "0.0.1", path = "../rmenu-plugin" }
|
||||||
serde_json = "1.0.104"
|
serde_json = "1.0.104"
|
||||||
thiserror = "1.0.44"
|
thiserror = "1.0.44"
|
||||||
|
|
|
@ -11,7 +11,7 @@ freedesktop-icons = "0.2.3"
|
||||||
log = "0.4.19"
|
log = "0.4.19"
|
||||||
once_cell = "1.18.0"
|
once_cell = "1.18.0"
|
||||||
regex = "1.9.1"
|
regex = "1.9.1"
|
||||||
rmenu-plugin = { version = "0.0.0", path = "../rmenu-plugin" }
|
rmenu-plugin = { version = "0.0.1", path = "../rmenu-plugin" }
|
||||||
rust-ini = "0.19.0"
|
rust-ini = "0.19.0"
|
||||||
serde_json = "1.0.104"
|
serde_json = "1.0.104"
|
||||||
shellexpand = "3.1.0"
|
shellexpand = "3.1.0"
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
[package]
|
[package]
|
||||||
name = "rmenu-network"
|
name = "network"
|
||||||
version = "0.0.1"
|
version = "0.0.1"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
||||||
|
@ -19,5 +19,5 @@ keyboard-types = "0.6.2"
|
||||||
log = "0.4.20"
|
log = "0.4.20"
|
||||||
nm = { git = "https://github.com/balena-io-modules/libnm-rs.git", version = "0.4.0" }
|
nm = { git = "https://github.com/balena-io-modules/libnm-rs.git", version = "0.4.0" }
|
||||||
once_cell = "1.18.0"
|
once_cell = "1.18.0"
|
||||||
rmenu-plugin = { version = "0.0.0", path = "../rmenu-plugin" }
|
rmenu-plugin = { version = "0.0.1", path = "../rmenu-plugin" }
|
||||||
serde_json = "1.0.104"
|
serde_json = "1.0.104"
|
||||||
|
|
|
@ -6,6 +6,6 @@ edition = "2021"
|
||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
rmenu-plugin = { version = "0.0.0", path = "../rmenu-plugin" }
|
rmenu-plugin = { version = "0.0.1", path = "../rmenu-plugin" }
|
||||||
serde_json = "1.0.103"
|
serde_json = "1.0.103"
|
||||||
walkdir = "2.3.3"
|
walkdir = "2.3.3"
|
||||||
|
|
|
@ -21,7 +21,7 @@ png = "0.17.9"
|
||||||
quick-xml = "0.30.0"
|
quick-xml = "0.30.0"
|
||||||
regex = { version = "1.9.1" }
|
regex = { version = "1.9.1" }
|
||||||
resvg = "0.35.0"
|
resvg = "0.35.0"
|
||||||
rmenu-plugin = { version = "0.0.0", path = "../rmenu-plugin" }
|
rmenu-plugin = { version = "0.0.1", path = "../rmenu-plugin" }
|
||||||
serde = { version = "1.0.171", features = ["derive"] }
|
serde = { version = "1.0.171", features = ["derive"] }
|
||||||
serde_json = "1.0.103"
|
serde_json = "1.0.103"
|
||||||
serde_yaml = "0.9.24"
|
serde_yaml = "0.9.24"
|
||||||
|
|
Loading…
Reference in a new issue