Skip to content

Commit

Permalink
v1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
eatradish committed Aug 5, 2024
1 parent cf2bb6a commit 5382aa3
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 14 deletions.
39 changes: 28 additions & 11 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "oma"
version = "1.4.0"
version = "1.4.1"
edition = "2021"
description = "Package management interface for AOSC OS"

Expand All @@ -12,7 +12,7 @@ clap = { version = "4.2.4", features = ["cargo", "wrap_help", "color", "string"]
once_cell = "1.18"
anyhow = "1.0"
ctrlc = "3.4"
tabled = { version = "0.15", features = ["ansi"] }
tabled = { version = "0.16", features = ["ansi"] }
dialoguer = "0.11"
tokio = "1.34"
derive_builder = "0.20.0"
Expand All @@ -32,7 +32,7 @@ tracing-subscriber = { version = "0.3", features = ["env-filter"] }
smallvec = "1.11"
console-subscriber = { version = "0.4", optional = true }
ratatui = "=0.26"
crossterm = "0.27"
crossterm = "0.28"
ansi-to-tui = "4.0"
glob-match = "0.2"

Expand Down

0 comments on commit 5382aa3

Please sign in to comment.