Skip to content

Commit 6071a9d

Browse files
committed
Bump version to 0.2.10
Prepare for version 0.2.10 release Signed-off-by: Anderson Toshiyuki Sasaki <ansasaki@redhat.com>
1 parent 6f23a6a commit 6071a9d

4 files changed

Lines changed: 10 additions & 10 deletions

File tree

Cargo.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ authors = ["Keylime Authors"]
1212
edition = "2021"
1313
license = "Apache-2.0"
1414
repository = "https://github.com/keylime/rust-keylime"
15-
version = "0.2.9"
15+
version = "0.2.10"
1616

1717
[workspace.dependencies]
1818
actix-rt = "2"
@@ -31,8 +31,8 @@ glob = "0.3"
3131
hex = "0.4"
3232
http = "1.1.0"
3333
httpdate = "1.0.3"
34-
keylime = { version = "=0.2.9", path = "keylime" }
35-
keylime-macros = { version = "=0.2.9", path = "keylime-macros" }
34+
keylime = { version = "=0.2.10", path = "keylime" }
35+
keylime-macros = { version = "=0.2.10", path = "keylime-macros" }
3636
libc = "0.2.43"
3737
log = "0.4"
3838
once_cell = "1.19.0"

rpm/centos/keylime-agent-rust.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
%global __brp_mangle_shebangs_exclude_from ^/usr/src/debug/.*$
1010

1111
Name: keylime-agent-rust
12-
Version: 0.2.9
12+
Version: 0.2.10
1313
Release: %{?autorelease}%{!?autorelease:1%{?dist}}
1414
Summary: Rust agent for Keylime
1515

rpm/fedora/keylime-agent-rust.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
%global __brp_mangle_shebangs_exclude_from ^/usr/src/debug/.*$
1111

1212
Name: keylime-agent-rust
13-
Version: 0.2.9
13+
Version: 0.2.10
1414
Release: %{?autorelease}%{!?autorelease:1%{?dist}}
1515
Summary: Rust agent for Keylime
1616

0 commit comments

Comments
 (0)