Nushell plugin for interacting with D-Bus
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Update to NuShell 0.104.0

Ben C 60432c40 9a5b15aa

+3 -3
+2 -2
Cargo.lock
··· 1230 1230 1231 1231 [[package]] 1232 1232 name = "serde-xml-rs" 1233 - version = "0.8.0" 1233 + version = "0.6.0" 1234 1234 source = "registry+https://github.com/rust-lang/crates.io-index" 1235 - checksum = "176b7ff880ab6ead7a020e773e9c096467fe347615a3e22ac29300cbdef67a5d" 1235 + checksum = "fb3aa78ecda1ebc9ec9847d5d3aba7d618823446a049ba2491940506da6e2782" 1236 1236 dependencies = [ 1237 1237 "log", 1238 1238 "serde",
+1 -1
Cargo.toml
··· 17 17 nu-plugin = "0.104.0" 18 18 nu-protocol = { version = "0.104.0", features = ["plugin"] } 19 19 serde = { version = "1.0.219", features = ["derive"] } 20 - serde-xml-rs = "0.8.0" 20 + serde-xml-rs = "0.6.0"