Skip to content

Commit

Permalink
v1.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
eatradish committed Sep 25, 2024
1 parent 5e97d54 commit 0eacbae
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 16 deletions.
27 changes: 13 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
@@ -1,6 +1,6 @@
[package]
name = "oma"
version = "1.10.1"
version = "1.10.2"
edition = "2021"
description = "User-friendly and performant package manager for APT repositories"
license = "GPL-3.0-or-later"
Expand All @@ -26,7 +26,7 @@ chrono = "0.4.38"
rustix = { version = "0.38.37", features = ["process"] }
colored = { version = "2.1.0", optional = true }
image = { version = "0.25.2", optional = true }
libc = "0.2.158"
libc = "0.2.159"
reqwest = { version = "0.12.7", default-features = false }
tracing = "0.1.40"
tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }
Expand Down

0 comments on commit 0eacbae

Please sign in to comment.