File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " nu_plugin_dbus"
3- version = " 0.2.2 "
3+ version = " 0.3.0 "
44edition = " 2021"
55
66description = " Nushell plugin for communicating with D-Bus"
@@ -14,7 +14,7 @@ repository = "https://github.com/devyn/nu_plugin_dbus"
1414
1515[dependencies ]
1616dbus = " 0.9.7"
17- nu-plugin = " 0.89.0 "
18- nu-protocol = { version = " 0.89.0 " , features = [" plugin" ] }
17+ nu-plugin = " 0.90.1 "
18+ nu-protocol = { version = " 0.90.1 " , features = [" plugin" ] }
1919serde = { version = " 1.0.196" , features = [" derive" ] }
2020serde-xml-rs = " 0.6.0"
Original file line number Diff line number Diff line change @@ -236,6 +236,7 @@ impl Plugin for NuPluginDbus {
236236 fn run (
237237 & mut self ,
238238 name : & str ,
239+ _config : & Option < Value > ,
239240 call : & EvaluatedCall ,
240241 _input : & Value ,
241242 ) -> Result < Value , LabeledError > {
You can’t perform that action at this time.
0 commit comments