Update BLST to v0.3.11 (#12717)

* add changes

* Remove server.c exclusion in headers

---------

Co-authored-by: Preston Van Loon <pvanloon@offchainlabs.com>
This commit is contained in:
Nishant Das
2023-08-10 22:51:19 +08:00
committed by GitHub
parent 7aa043892b
commit b511eef848
4 changed files with 7 additions and 7 deletions

View File

@@ -16,7 +16,7 @@ go_library(
name = "go_default_library",
srcs = [
"bindings/go/blst.go",
"bindings/go/server.c",
"bindings/go/cgo_server.c",
],
cgo = True,
copts = [
@@ -111,7 +111,6 @@ cc_library(
"src/*.h",
],
exclude = [
"src/server.c",
"src/client_*.c",
],
),