Skip to content

Commit

Permalink
Bump the library version as well
Browse files Browse the repository at this point in the history
  • Loading branch information
jedisct1 committed Nov 22, 2024
1 parent 5d5119b commit 3a2defd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wasmsign2-cli"
version = "0.2.5"
version = "0.2.6"
edition = "2021"
authors = ["Frank Denis <[email protected]>"]
description = "CLI tool to sign and verify WebAssembly modules"
Expand All @@ -27,7 +27,7 @@ env_logger = { version = "0.11.5", default-features = false, features = [
regex = "1.11.1"
ureq = "2.10.1"
uri_encode = "1.0.2"
wasmsign2 = { version = "0.2.4", path = "src/lib" }
wasmsign2 = { version = "0.2.6", path = "src/lib" }

[profile.release]
codegen-units = 1
Expand Down
8 changes: 4 additions & 4 deletions src/lib/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wasmsign2"
version = "0.2.4"
version = "0.2.6"
edition = "2021"
authors = ["Frank Denis <[email protected]>"]
description = "An implementation of the WebAssembly modules signatures proposal"
Expand All @@ -12,15 +12,15 @@ repository = "https://github.com/wasm-signatures/wasmsign2"
categories = ["cryptography", "wasm"]

[dependencies]
anyhow = "1.0.90"
anyhow = "1.0.93"
ct-codecs = "1.1.2"
ed25519-compact = { version = "2.1.1", features = ["pem"] }
getrandom = { version = "0.2.15", features = ["js"] }
hmac-sha256 = "1.1.7"
log = "0.4.22"
regex = "1.11.0"
regex = "1.11.1"
ssh-keys = "0.1.4"
thiserror = "1.0.64"
thiserror = "2.0.3"

[profile.release]
codegen-units = 1
Expand Down

0 comments on commit 3a2defd

Please sign in to comment.