Skip to content

Commit

Permalink
Bump nu-plugin and procol versions
Browse files Browse the repository at this point in the history
  • Loading branch information
FMotalleb committed Jan 10, 2024
1 parent 840fd0b commit 43d638b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[dependencies]
netstat2 = "0.9.1"
nu-plugin = "0.88.1"
nu-plugin = "0.89.0"
sysinfo = "0.29.11"

[dependencies.nu-protocol]
features = ["plugin"]
version = "0.88.1"
version = "0.89.0"

[package]
authors = ["Motalleb Fallahnezhad <[email protected]>"]
Expand All @@ -17,4 +17,4 @@ license = "MIT"
name = "nu_plugin_port_list"
readme = "README.md"
repository = "https://github.com/FMotalleb/nu_plugin_port_list"
version = "1.2.8"
version = "1.2.9"
8 changes: 7 additions & 1 deletion nupm.nuon
Original file line number Diff line number Diff line change
@@ -1 +1,7 @@
{name: nu_plugin_port_list, version: "1.2.7", description: "A Nushell plugin to display all active network connections.", license: LICENSE, type: custom}
{
"name": "nu_plugin_port_list",
"version": "1.2.9",
"description": "A nushell plugin to list all active connections",
"license": "LICENSE",
"type": "custom"
}

0 comments on commit 43d638b

Please sign in to comment.