Skip to content

Commit

Permalink
Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
jedisct1 committed Aug 30, 2024
1 parent 147db60 commit bf26834
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "minisign"
version = "0.7.6"
version = "0.7.7"
authors = [
"Frank Denis <[email protected]>",
"Daniel Rangel <[email protected]>",
Expand All @@ -15,7 +15,9 @@ repository = "https://github.com/jedisct1/rust-minisign"
homepage = "https://github.com/jedisct1/rust-minisign"

[target.'cfg(all(any(target_arch = "wasm32", target_arch = "wasm64"), target_os = "unknown"))'.dependencies]
getrandom = { version = "0.2", optional = false, default-features = false, features = ["js"] }
getrandom = { version = "0.2", optional = false, default-features = false, features = [
"js",
] }

[target.'cfg(not(all(any(target_arch = "wasm32", target_arch = "wasm64"), target_os = "unknown")))'.dependencies]
getrandom = { version = "0.2", optional = false, default-features = false }
Expand Down

0 comments on commit bf26834

Please sign in to comment.