Skip to content

Commit d2bf6b8

Browse files
committed
Commit from GitHub Actions (Update dependencies)
1 parent 0ed6032 commit d2bf6b8

File tree

3 files changed

+50
-40
lines changed

3 files changed

+50
-40
lines changed

Cargo.lock

Lines changed: 46 additions & 36 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
[dependencies.nu-plugin]
2-
version = "0.109.0"
2+
version = "0.109.1"
33

44
[dependencies.notify-rust]
55
version = "4.11.7"
66

77
[dependencies.nu-protocol]
88
features = ["plugin"]
9-
version = "0.109.0"
9+
version = "0.109.1"
1010

1111
[package]
1212
authors = ["Motalleb Fallahnezhad <fmotalleb@gmail.com>"]
@@ -23,4 +23,4 @@ license = "MIT"
2323
name = "nu_plugin_desktop_notifications"
2424
readme = "README.md"
2525
repository = "https://github.com/FMotalleb/nu_plugin_desktop_notifications"
26-
version = "0.109.0"
26+
version = "0.109.1"

nupm.nuon

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{name: nu_plugin_desktop_notifications, version: "0.109.0", description: "A nushell plugin to send desktop notifications", license: LICENSE, type: custom}
1+
{name: nu_plugin_desktop_notifications, version: "0.109.1", description: "A nushell plugin to send desktop notifications", license: LICENSE, type: custom}

0 commit comments

Comments
 (0)