Skip to content

Commit e7d420d

Browse files
committed
Release 0.3.0: update to nushell 0.90.1
1 parent cc02f94 commit e7d420d

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "nu_plugin_dbus"
3-
version = "0.2.2"
3+
version = "0.3.0"
44
edition = "2021"
55

66
description = "Nushell plugin for communicating with D-Bus"
@@ -14,7 +14,7 @@ repository = "https://github.com/devyn/nu_plugin_dbus"
1414

1515
[dependencies]
1616
dbus = "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"] }
1919
serde = { version = "1.0.196", features = ["derive"] }
2020
serde-xml-rs = "0.6.0"

src/main.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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> {

0 commit comments

Comments
 (0)