diff --git a/Cargo.toml b/Cargo.toml index 88d0946..62721b0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ version = "0.3.2" edition = "2021" [dependencies] -nu-plugin = "0.105.1" -nu-protocol = "0.105.1" +nu-plugin = "0.104.1" +nu-protocol = "0.104.1" tungstenite = { version = "0.24.0", features = ["native-tls"] } url = "2.5.3" diff --git a/README.md b/README.md index 5889b84..e54f660 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # nu_plugin_ws [![Crates.io Version](https://img.shields.io/crates/v/nu_plugin_ws?color=blue)](https://crates.io/crates/nu_plugin_ws) -[![Nushell](https://img.shields.io/badge/Nushell-v0.105.1-blue)](https://nushell.sh) +[![Nushell](https://img.shields.io/badge/Nushell-v0.104.1-blue)](https://nushell.sh) A plugin for [Nushell](https://nushell.sh), a cross-platform shell and scripting language. This plugin adds support for streaming from a websocket.