Skip to content

Commit

Permalink
bump version to 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zaghaghi committed May 5, 2024
1 parent 98831b1 commit 8454e63
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 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
@@ -1,6 +1,6 @@
[package]
name = "openapi-tui"
version = "0.8.0"
version = "0.9.0"
edition = "2021"
description = "This TUI allows you to list and browse APIs described by the openapi specification."

Expand Down Expand Up @@ -28,7 +28,7 @@ crossterm = { version = "0.27.0", features = ["serde", "event-stream"] }
derive_deref = "1.1.1"
directories = "5.0.1"
futures = "0.3.30"
human-panic = "1.2.3"
human-panic = "2.0.0"
humansize = "2.1.3"
json5 = "0.4.1"
lazy_static = "1.4.0"
Expand Down

0 comments on commit 8454e63

Please sign in to comment.