Skip to content

Commit b86329d

Browse files
authored
feat: use crate with MSM and turn on portable (#154)
* feat: use crate with MSM and turn on portable * chore: remove blst submodule * chore: remove .gitmodules
1 parent f70469e commit b86329d

File tree

3 files changed

+1
-5
lines changed

3 files changed

+1
-5
lines changed

.gitmodules

Lines changed: 0 additions & 3 deletions
This file was deleted.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ version = "0.0.0"
77
crate-type = ["cdylib"]
88

99
[dependencies]
10-
blst = { path = "blst/bindings/rust" }
10+
blst = { version = "0.3.13", features = ["portable"] }
1111
hex = "0.4.3"
1212
napi = { version = "2.16.8", default-features = false, features = ["napi8"] }
1313
napi-derive = "2.16.8"

blst

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)