Skip to content

Commit

Permalink
Release 0.3.0: update to nushell 0.90.1
Browse files Browse the repository at this point in the history
  • Loading branch information
devyn committed Feb 7, 2024
1 parent cc02f94 commit e7d420d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "nu_plugin_dbus"
version = "0.2.2"
version = "0.3.0"
edition = "2021"

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

[dependencies]
dbus = "0.9.7"
nu-plugin = "0.89.0"
nu-protocol = { version = "0.89.0", features = ["plugin"] }
nu-plugin = "0.90.1"
nu-protocol = { version = "0.90.1", features = ["plugin"] }
serde = { version = "1.0.196", features = ["derive"] }
serde-xml-rs = "0.6.0"
1 change: 1 addition & 0 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,7 @@ impl Plugin for NuPluginDbus {
fn run(
&mut self,
name: &str,
_config: &Option<Value>,
call: &EvaluatedCall,
_input: &Value,
) -> Result<Value, LabeledError> {
Expand Down

0 comments on commit e7d420d

Please sign in to comment.