🐛 downgrade nushell dependencies to 0.104.1
The latest version of nushell seems to have broken the way this plugin is implemented. Downgrading solves it for now
This commit is contained in:
parent
9be770660c
commit
1d18a4af5c
2 changed files with 3 additions and 3 deletions
|
@ -9,7 +9,7 @@ version = "0.3.2"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
nu-plugin = "0.105.1"
|
nu-plugin = "0.104.1"
|
||||||
nu-protocol = "0.105.1"
|
nu-protocol = "0.104.1"
|
||||||
tungstenite = { version = "0.24.0", features = ["native-tls"] }
|
tungstenite = { version = "0.24.0", features = ["native-tls"] }
|
||||||
url = "2.5.3"
|
url = "2.5.3"
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# nu_plugin_ws
|
# nu_plugin_ws
|
||||||
|
|
||||||
[](https://crates.io/crates/nu_plugin_ws)
|
[](https://crates.io/crates/nu_plugin_ws)
|
||||||
[](https://nushell.sh)
|
[](https://nushell.sh)
|
||||||
|
|
||||||
A plugin for [Nushell](https://nushell.sh), a cross-platform shell and scripting language. This plugin adds support for
|
A plugin for [Nushell](https://nushell.sh), a cross-platform shell and scripting language. This plugin adds support for
|
||||||
streaming from a websocket.
|
streaming from a websocket.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue