Skip to content

Commit

Permalink
version 0.10.0: for nushell 0.97.1 (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
devyn authored Aug 28, 2024
2 parents a6e45e8 + 195c5d4 commit eabf21d
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 26 deletions.
47 changes: 24 additions & 23 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.9.0"
version = "0.10.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.96.0"
nu-protocol = { version = "0.96.0", features = ["plugin"] }
nu-plugin = "0.97.1"
nu-protocol = { version = "0.97.1", features = ["plugin"] }
serde = { version = "1.0.196", features = ["derive"] }
serde-xml-rs = "0.6.0"

0 comments on commit eabf21d

Please sign in to comment.