Skip to content

Commit eabf21d

Browse files
authored
version 0.10.0: for nushell 0.97.1 (#3)
2 parents a6e45e8 + 195c5d4 commit eabf21d

2 files changed

Lines changed: 27 additions & 26 deletions

File tree

Cargo.lock

Lines changed: 24 additions & 23 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.9.0"
3+
version = "0.10.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.96.0"
18-
nu-protocol = { version = "0.96.0", features = ["plugin"] }
17+
nu-plugin = "0.97.1"
18+
nu-protocol = { version = "0.97.1", features = ["plugin"] }
1919
serde = { version = "1.0.196", features = ["derive"] }
2020
serde-xml-rs = "0.6.0"

0 commit comments

Comments
 (0)