Skip to content

Commit 7524970

Browse files
committed
bump: update nu-plugin and nu-protocol versions to 0.105.1; update version to 1.2.12; add rust-toolchain.toml
1 parent de4464b commit 7524970

File tree

3 files changed

+46
-33
lines changed

3 files changed

+46
-33
lines changed

Cargo.lock

Lines changed: 40 additions & 30 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]
2-
nu-plugin = "0.104.0"
2+
nu-plugin = "0.105.1"
33

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

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

1111
[package]
1212
authors = ["Motalleb Fallahnezhad <fmotalleb@gmail.com>"]
@@ -18,4 +18,4 @@ license = "MIT"
1818
name = "nu_plugin_desktop_notifications"
1919
readme = "README.md"
2020
repository = "https://github.com/FMotalleb/nu_plugin_desktop_notifications"
21-
version = "1.2.11"
21+
version = "1.2.12"

rust-toolchain.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[toolchain]
2+
profile = "default"
3+
channel = "stable"

0 commit comments

Comments
 (0)