We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7385a2 commit d6edfe2Copy full SHA for d6edfe2
1 file changed
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "nu_plugin_dbus"
3
-version = "0.4.0"
+version = "0.5.0"
4
edition = "2021"
5
6
description = "Nushell plugin for communicating with D-Bus"
@@ -14,7 +14,7 @@ repository = "https://github.com/devyn/nu_plugin_dbus"
14
15
[dependencies]
16
dbus = "0.9.7"
17
-nu-plugin = "0.91.0"
18
-nu-protocol = { version = "0.91.0", features = ["plugin"] }
+nu-plugin = "0.92.0"
+nu-protocol = { version = "0.92.0", features = ["plugin"] }
19
serde = { version = "1.0.196", features = ["derive"] }
20
serde-xml-rs = "0.6.0"
0 commit comments