Skip to content

Commit

Permalink
bump dependencies and crate to 0.96.0
Browse files Browse the repository at this point in the history
```shell
sd '0.95.0' '0.96.0' Cargo.toml
```
  • Loading branch information
amtoine committed Jul 26, 2024
1 parent 9be16d9 commit 9952329
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ name = "nu_plugin_explore"
[dependencies]
anyhow = "1.0.73"
crossterm = "0.27.0"
nuon = "0.95.0"
nu-plugin = "0.95.0"
nu-protocol = "0.95.0"
nuon = "0.96.0"
nu-plugin = "0.96.0"
nu-protocol = "0.96.0"
ratatui = "0.26.1"
url = "2.4.0"

Expand All @@ -20,4 +20,4 @@ bench = false
[package]
edition = "2021"
name = "nu_plugin_explore"
version = "0.95.0"
version = "0.96.0"

0 comments on commit 9952329

Please sign in to comment.