Skip to content

Commit

Permalink
version 0.9.0: for nushell 0.96.0
Browse files Browse the repository at this point in the history
  • Loading branch information
devyn committed Jul 24, 2024
1 parent c1217b9 commit bd564f0
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 34 deletions.
74 changes: 43 additions & 31 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.8.0"
version = "0.9.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.95.0"
nu-protocol = { version = "0.95.0", features = ["plugin"] }
nu-plugin = "0.96.0"
nu-protocol = { version = "0.96.0", features = ["plugin"] }
serde = { version = "1.0.196", features = ["derive"] }
serde-xml-rs = "0.6.0"

0 comments on commit bd564f0

Please sign in to comment.