Skip to content

Commit d6edfe2

Browse files
committed
Version 0.5.0, for nushell 0.92.0
1 parent d7385a2 commit d6edfe2

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

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.4.0"
3+
version = "0.5.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.91.0"
18-
nu-protocol = { version = "0.91.0", features = ["plugin"] }
17+
nu-plugin = "0.92.0"
18+
nu-protocol = { version = "0.92.0", features = ["plugin"] }
1919
serde = { version = "1.0.196", features = ["derive"] }
2020
serde-xml-rs = "0.6.0"

0 commit comments

Comments
 (0)