Skip to content

Commit 4b58b01

Browse files
committed
Release 0.3.0
Signed-off-by: Daiki Ueno <dueno@redhat.com>
1 parent 21fd181 commit 4b58b01

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ members = [
1111
resolver = "2"
1212

1313
[workspace.package]
14-
version = "0.2.4"
14+
version = "0.3.0"
1515
edition = "2024"
1616
license = "GPL-3.0-or-later"
1717
authors = ["The crypto-auditing developers"]
@@ -21,7 +21,7 @@ anyhow = "1.0"
2121
bindgen = "0.72"
2222
bytes = "1.2"
2323
clap = "4"
24-
crypto-auditing = { version = "=0.2.4", path = "crypto-auditing" }
24+
crypto-auditing = { version = "=0.3.0", path = "crypto-auditing" }
2525
futures = "0.3"
2626
hex = "0.4"
2727
inotify = "0.11.0"

0 commit comments

Comments
 (0)