Skip to content

Commit

Permalink
oma-pm-operation-type-v0.3.0 oma-pm-v0.30.0 oma-history-v0.4.4 oma-re…
Browse files Browse the repository at this point in the history
…fresh-v0.26.0
  • Loading branch information
eatradish committed Sep 1, 2024
1 parent a4deb37 commit 2d860dd
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 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 oma-history/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[package]
name = "oma-history"
version = "0.4.3"
version = "0.4.4"
edition = "2021"
description = "Package manager operations history database management library"
license = "MIT"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
oma-pm-operation-type = { version = "0.2", path = "../oma-pm-operation-type" }
oma-pm-operation-type = { version = "0.3", path = "../oma-pm-operation-type" }
rusqlite = { version = "0.32", features = ["bundled"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
Expand Down
2 changes: 1 addition & 1 deletion oma-pm-operation-type/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "oma-pm-operation-type"
version = "0.2.0"
version = "0.3.0"
edition = "2021"
license = "MIT"
description = "APT package management operation abstraction library"
Expand Down
4 changes: 2 additions & 2 deletions oma-pm/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "oma-pm"
version = "0.29.2"
version = "0.30.0"
edition = "2021"
description = "APT package manager API abstraction library"
license = "GPL-3.0-or-later"
Expand Down Expand Up @@ -30,7 +30,7 @@ derive_builder = "0.20"
fs4 = "0.9"
tracing = "0.1"
small-map = "0.1"
oma-pm-operation-type = { version = "0.2", path = "../oma-pm-operation-type" }
oma-pm-operation-type = { version = "0.3", path = "../oma-pm-operation-type" }
zbus = { version = "4.1", features = ["tokio"] }
cxx = "1.0.121"
ahash = "0.8.11"
Expand Down
2 changes: 1 addition & 1 deletion oma-refresh/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "oma-refresh"
version = "0.25.0"
version = "0.26.0"
edition = "2021"
description = "APT repository refresh handler library"
license = "GPL-3.0-or-later"
Expand Down

0 comments on commit 2d860dd

Please sign in to comment.