Skip to content

Commit 62b7a33

Browse files
Support for nu 0.100 (#40)
Hi, Nu just got updated to v0.100. Therefore I bumped everything needed to compile it for nu 0.100. Tests passed locally.
1 parent 11d7ff9 commit 62b7a33

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

.github/workflows/test-suite.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
branches:
88
- main
99
env:
10-
NU_VERSION: 0.99.0
10+
NU_VERSION: 0.100.0
1111
BASH_ENV_JSON_VERSION: 0.7.0
1212

1313
jobs:

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "nu_plugin_bash_env"
3-
version = "0.16.1"
3+
version = "0.17.0"
44
edition = "2021"
55
license = "MIT"
66
description = "Nu plugin bash-env"
@@ -11,8 +11,8 @@ readme = "README.md"
1111
[dependencies]
1212
anyhow = "1.0.86"
1313
itertools = "0.13.0"
14-
nu-plugin = "0.99.0"
15-
nu-protocol = "0.99.0"
14+
nu-plugin = "0.100.0"
15+
nu-protocol = "0.100.0"
1616
once_cell = "1.19.0"
1717
serde = "1.0.208"
1818
serde_json = "1.0.125"

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,7 @@ The following versions are compatible.
202202
| 0.98 | 0.14.2 |
203203
| 0.98 | 0.15.1 |
204204
| 0.99 | 0.16.1 |
205+
| 0.100 | 0.17.0 |
205206

206207
If you find a new version of Nushell rejects this plugin as incompatible, please report an [issue](https://github.com/tesujimath/nu_plugin_bash_env/issues).
207208

0 commit comments

Comments
 (0)