Skip to content

Builds for me in 0.113.1 after version bump #13

Description

@FDominicus

The crates.io version (0.14.0) is pinned to nu-plugin 0.101 and won't load on current Nushell. Bumping nu-plugin and nu-protocol to 0.113.1 in Cargo.toml builds and runs fine on 0.113.1, with only cosmetic lifetime warnings.

Here the used .toml file from me:

[package]
name = "nu_plugin_dbus"
version = "0.14.0"
edition = "2021"

description = "Nushell plugin for communicating with D-Bus"
authors = ["Devyn Cairns <devyn.cairns@gmail.com>"]
license = "MIT"
keywords = ["plugin", "dbus", "nu"]
categories = ["command-line-utilities"]
repository = "https://github.com/devyn/nu_plugin_dbus"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
dbus = "0.9.7"
nu-plugin = "0.113.1"
nu-protocol = { version = "0.113.1", features = ["plugin"] }
serde = { version = "1.0.196", features = ["derive"] }
serde-xml-rs = "0.6.0"

Have not touched anything else.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions