diff --git a/api/Cargo.toml b/api/Cargo.toml index 204d9f0..7266e31 100644 --- a/api/Cargo.toml +++ b/api/Cargo.toml @@ -9,5 +9,5 @@ repository = "https://github.com/tesujimath/nu_plugin_bash_env" readme = "README.md" [dependencies] -nu-plugin = "0.95.0" -nu-protocol = "0.95.0" +nu-plugin = "0.96.1" +nu-protocol = "0.96.1" diff --git a/nu_plugin_bash_env b/nu_plugin_bash_env index 69b5f73..d8c2ca5 100755 --- a/nu_plugin_bash_env +++ b/nu_plugin_bash_env @@ -23,7 +23,7 @@ # SOFTWARE. VERSION="0.11.0" -PROTOCOL_VERSION="0.95.0" +PROTOCOL_VERSION="0.96.1" shopt -s extglob diff --git a/tests.nu b/tests.nu index e52c3d3..174a785 100644 --- a/tests.nu +++ b/tests.nu @@ -61,7 +61,7 @@ def test_simple_file [] { #[test] def test_cat_simple_file [] { - let actual = cat tests/simple.env | bash-env + let actual = cat tests/simple.env | bash-env let expected = { A: "a" B: "b" } assert equal $actual $expected } @@ -69,7 +69,7 @@ def test_cat_simple_file [] { #[test] def test_nasty_values_from_file [] { let actual = bash-env "tests/Ming's menu of (merciless) monstrosities.env" - let expected = { + let expected = { SPACEMAN: "One small step for a man ..." QUOTE: "\"Well done!\" is better than \"Well said!\"" MIXED_BAG: "Did the sixth sheik's sixth sheep say \"baa\", or not?"