Skip to content

Commit

Permalink
Bump version to 0.2.6
Browse files Browse the repository at this point in the history
Signed-off-by: Anderson Toshiyuki Sasaki <ansasaki@redhat.com>
  • Loading branch information
ansasaki committed Jun 11, 2024
1 parent 48fbe44 commit d75475e
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 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
Expand Up @@ -11,7 +11,7 @@ authors = ["Keylime Authors"]
edition = "2021"
license = "Apache-2.0"
repository = "https://github.com/keylime/rust-keylime"
version = "0.2.5"
version = "0.2.6"

[workspace.dependencies]
actix-rt = "2"
Expand All @@ -23,7 +23,7 @@ config = { version = "0.13", default-features = false, features = ["toml"] }
futures = "0.3.6"
glob = "0.3"
hex = "0.4"
keylime = { version = "=0.2.5", path = "keylime" }
keylime = { version = "=0.2.6", path = "keylime" }
libc = "0.2.43"
log = "0.4"
openssl = "0.10.15"
Expand Down
2 changes: 1 addition & 1 deletion rpm/centos/keylime-agent-rust.spec
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
%global __brp_mangle_shebangs_exclude_from ^/usr/src/debug/.*$

Name: keylime-agent-rust
Version: 0.2.5
Version: 0.2.6
Release: %{?autorelease}%{!?autorelease:1%{?dist}}
Summary: Rust agent for Keylime

Expand Down
2 changes: 1 addition & 1 deletion rpm/fedora/keylime-agent-rust.spec
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
%global __brp_mangle_shebangs_exclude_from ^/usr/src/debug/.*$

Name: keylime-agent-rust
Version: 0.2.5
Version: 0.2.6
Release: %{?autorelease}%{!?autorelease:1%{?dist}}
Summary: Rust agent for Keylime

Expand Down

0 comments on commit d75475e

Please sign in to comment.