Skip to content

Commit

Permalink
Release v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kpcyrd committed Jul 23, 2022
1 parent c09c4f0 commit 1ac3c16
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 17 deletions.
20 changes: 10 additions & 10 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 = "pacman-bintrans"
version = "0.2.0"
version = "0.3.0"
description = "Binary transparency for pacman"
authors = ["kpcyrd <[email protected]>"]
license = "GPL-3.0"
Expand All @@ -15,7 +15,7 @@ members = ["pacman-bintrans-sign",
"pacman-bintrans-common"]

[dependencies]
pacman-bintrans-common = { version = "0.2.0", path = "pacman-bintrans-common" }
pacman-bintrans-common = { version = "0.3", path = "pacman-bintrans-common" }
env_logger = "0.9"
structopt = "0.3.16"
tokio = { version = "1", features = ["process", "macros", "rt-multi-thread", "time"] }
Expand Down
2 changes: 1 addition & 1 deletion pacman-bintrans-common/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pacman-bintrans-common"
version = "0.2.0"
version = "0.3.0"
description = "Binary transparency for pacman - common code"
authors = ["kpcyrd <[email protected]>"]
license = "LGPL-3.0"
Expand Down
4 changes: 2 additions & 2 deletions pacman-bintrans-monitor/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pacman-bintrans-monitor"
version = "0.2.0"
version = "0.3.0"
description = "Binary transparency for pacman - monitor tools"
authors = ["kpcyrd <[email protected]>"]
license = "GPL-3.0"
Expand All @@ -12,6 +12,6 @@ edition = "2018"

[dependencies]
env_logger = "0.9.0"
pacman-bintrans-common = { version = "0.2.0", path = "../pacman-bintrans-common" }
pacman-bintrans-common = { version = "0.3", path = "../pacman-bintrans-common" }
structopt = "0.3.22"
tokio = { version = "1.10.0", features = ["process", "macros", "rt-multi-thread"] }
4 changes: 2 additions & 2 deletions pacman-bintrans-sign/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pacman-bintrans-sign"
version = "0.2.0"
version = "0.3.0"
description = "Binary transparency for pacman - signing tools"
authors = ["kpcyrd <[email protected]>"]
license = "GPL-3.0"
Expand All @@ -15,7 +15,7 @@ diesel = { version = "1.4", features = ["sqlite"] }
diesel_migrations = { version = "1.4", features = ["sqlite"] }
env_logger = "0.9.0"
minisign = "0.7"
pacman-bintrans-common = { version = "0.2.0", path = "../pacman-bintrans-common" }
pacman-bintrans-common = { version = "0.3", path = "../pacman-bintrans-common" }
structopt = "0.3.22"
tar = "0.4.37"
tempfile = "3.2.0"
Expand Down

0 comments on commit 1ac3c16

Please sign in to comment.