Skip to content

Commit 1dd7bf0

Browse files
LordMZTEdevyn
andauthored
version 0.13.0: for nushell 0.100.0 (#5)
This updates the plugin to nushell 0.100.0. The plugin builds, tests pass and basic functionality has been tested. --------- Co-authored-by: Devyn Cairns <devyn.cairns@gmail.com>
1 parent 96a7cb6 commit 1dd7bf0

3 files changed

Lines changed: 83 additions & 52 deletions

File tree

Cargo.lock

Lines changed: 79 additions & 48 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.12.0"
3+
version = "0.13.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.99.0"
18-
nu-protocol = { version = "0.99.0", features = ["plugin"] }
17+
nu-plugin = "0.100.0"
18+
nu-protocol = { version = "0.100.0", features = ["plugin"] }
1919
serde = { version = "1.0.196", features = ["derive"] }
2020
serde-xml-rs = "0.6.0"

rust-toolchain.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# This should be in sync with nushell
22
[toolchain]
33
profile = "default"
4-
channel = "1.77.2"
4+
channel = "1.80.1"

0 commit comments

Comments
 (0)