Skip to content

Commit

Permalink
Update for Nushell 0.87.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bluk committed Nov 21, 2023
1 parent 249dd82 commit da58a61
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 17 deletions.
28 changes: 14 additions & 14 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ include = [
rust-version = "1.70.0"

[dependencies]
nu-plugin = "0.87.0"
nu-protocol = "0.87.0"
nu-plugin = "0.87.1"
nu-protocol = "0.87.1"
bt_bencode = { version = "0.7", default-features = false, features = ["alloc"] }
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

A converter plugin from the [bencode][bep_0003] format for [Nushell][nushell].

The plugin was last tested on nushell version `0.87.0`.
The plugin was last tested on nushell version `0.87.1`.

The plugin is unstable as the interface `Nu` for plugins is unstable.

Expand Down

0 comments on commit da58a61

Please sign in to comment.