Skip to content

Commit

Permalink
Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
jedisct1 committed Dec 13, 2023
1 parent d9f8834 commit d428ab7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.0"
version = "0.2.1"
edition = "2021"
authors = ["Frank Denis <github@pureftpd.org>"]
description = "CLI tool to sign and verify WebAssembly modules"
Expand All @@ -27,7 +27,7 @@ env_logger = { version = "0.10.1", default-features = false, features = [
regex = "1.10.2"
ureq = "2.9.1"
uri_encode = "1.0.1"
wasmsign2 = { version = "0.2.0", path = "src/lib" }
wasmsign2 = { version = "0.2.1", path = "src/lib" }

[profile.release]
codegen-units = 1
Expand Down
2 changes: 1 addition & 1 deletion src/lib/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wasmsign2"
version = "0.2.0"
version = "0.2.1"
edition = "2021"
authors = ["Frank Denis <github@pureftpd.org>"]
description = "An implementation of the WebAssembly modules signatures proposal"
Expand Down

0 comments on commit d428ab7

Please sign in to comment.