Skip to content

Commit

Permalink
Version 0.5.0, for nushell 0.92.0
Browse files Browse the repository at this point in the history
  • Loading branch information
devyn committed Apr 3, 2024
1 parent d7385a2 commit d6edfe2
Showing 1 changed file with 3 additions and 3 deletions.
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.4.0"
version = "0.5.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.91.0"
nu-protocol = { version = "0.91.0", features = ["plugin"] }
nu-plugin = "0.92.0"
nu-protocol = { version = "0.92.0", features = ["plugin"] }
serde = { version = "1.0.196", features = ["derive"] }
serde-xml-rs = "0.6.0"

0 comments on commit d6edfe2

Please sign in to comment.