Skip to content

Commit 3a2defd

Browse files
committed
Bump the library version as well
1 parent 5d5119b commit 3a2defd

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "wasmsign2-cli"
3-
version = "0.2.5"
3+
version = "0.2.6"
44
edition = "2021"
55
authors = ["Frank Denis <[email protected]>"]
66
description = "CLI tool to sign and verify WebAssembly modules"
@@ -27,7 +27,7 @@ env_logger = { version = "0.11.5", default-features = false, features = [
2727
regex = "1.11.1"
2828
ureq = "2.10.1"
2929
uri_encode = "1.0.2"
30-
wasmsign2 = { version = "0.2.4", path = "src/lib" }
30+
wasmsign2 = { version = "0.2.6", path = "src/lib" }
3131

3232
[profile.release]
3333
codegen-units = 1

src/lib/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "wasmsign2"
3-
version = "0.2.4"
3+
version = "0.2.6"
44
edition = "2021"
55
authors = ["Frank Denis <[email protected]>"]
66
description = "An implementation of the WebAssembly modules signatures proposal"
@@ -12,15 +12,15 @@ repository = "https://github.com/wasm-signatures/wasmsign2"
1212
categories = ["cryptography", "wasm"]
1313

1414
[dependencies]
15-
anyhow = "1.0.90"
15+
anyhow = "1.0.93"
1616
ct-codecs = "1.1.2"
1717
ed25519-compact = { version = "2.1.1", features = ["pem"] }
1818
getrandom = { version = "0.2.15", features = ["js"] }
1919
hmac-sha256 = "1.1.7"
2020
log = "0.4.22"
21-
regex = "1.11.0"
21+
regex = "1.11.1"
2222
ssh-keys = "0.1.4"
23-
thiserror = "1.0.64"
23+
thiserror = "2.0.3"
2424

2525
[profile.release]
2626
codegen-units = 1

0 commit comments

Comments
 (0)