Skip to content

Commit

Permalink
Bump secp256k1 to 0.28
Browse files Browse the repository at this point in the history
  • Loading branch information
yukibtc committed Apr 2, 2024
1 parent ab7ece7 commit 63d0f44
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion webln/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ std = ["secp256k1/std", "wasm-bindgen/std"]

[dependencies]
js-sys.workspace = true
secp256k1 = { version = "0.27", default-features = false }
secp256k1 = { version = "0.28", default-features = false }
wasm-bindgen.workspace = true
wasm-bindgen-futures.workspace = true
web-sys = { version = "0.3", default-features = false, features = ["Window"] }

0 comments on commit 63d0f44

Please sign in to comment.