Skip to content

Commit

Permalink
Bump secp256k1 submodule and update package.swift excludes (#135)
Browse files Browse the repository at this point in the history
  • Loading branch information
csjones committed Nov 16, 2021
1 parent 830d2fc commit bf7c850
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
6 changes: 1 addition & 5 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,9 @@ let package = Package(
path: "Sources/bindings",
exclude: [
"secp256k1/src/asm",
"secp256k1/src/bench_ecdh.c",
"secp256k1/src/bench.c",
"secp256k1/src/bench_ecmult.c",
"secp256k1/src/bench_internal.c",
"secp256k1/src/bench_recover.c",
"secp256k1/src/bench_schnorrsig.c",
"secp256k1/src/bench_sign.c",
"secp256k1/src/bench_verify.c",
"secp256k1/src/gen_context.c",
"secp256k1/src/gen_ecmult_static_pre_g.c",
"secp256k1/src/modules/extrakeys/tests_impl.h",
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ dependencies: [
.package(
name: "secp256k1",
url: "https://github.com/GigaBitcoin/secp256k1.swift.git",
from: "0.3.0"
from: "0.3.2"
),
]
```
Expand Down

0 comments on commit bf7c850

Please sign in to comment.