Skip to content

Commit b0840f8

Browse files
release: 0.5.0
1 parent 1c9d4bc commit b0840f8

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ edition = "2024"
1515
license = "MIT OR Apache-2.0"
1616
repository = "https://github.com/google/authenticode-rs"
1717
rust-version = "1.85"
18-
version = "0.4.3"
18+
version = "0.5.0"
1919

2020
[workspace.dependencies]
2121
clap = { version = "4.4.7", features = ["derive"] }

authenticode-tool/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ version.workspace = true
2222

2323
[dependencies]
2424
anyhow = "1.0.71"
25-
authenticode = { path = "../authenticode", version = "0.4.0", features = ["object", "std"] }
25+
authenticode = { path = "../authenticode", version = "0.5.0", features = ["object", "std"] }
2626
clap.workspace = true
2727
cms.workspace = true
2828
der = { workspace = true, features = ["std"] }

0 commit comments

Comments
 (0)