From d6edfe2f1a74970381b539164316a3f040d366db Mon Sep 17 00:00:00 2001 From: Devyn Cairns Date: Tue, 2 Apr 2024 21:08:02 -0700 Subject: [PATCH] Version 0.5.0, for nushell 0.92.0 --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 732461d..0b54561 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" @@ -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"