Update rustler and config for m1 macs

This commit is contained in:
Sean Hinde 2021-11-23 23:50:33 +01:00
parent 8a3e1774ec
commit f0fd34d8f0
3 changed files with 713 additions and 696 deletions

View File

@ -1,4 +1,4 @@
[target.x86_64-apple-darwin]
[target.'cfg(target_os = "macos")']
rustflags = [
"-C", "link-arg=-undefined",
"-C", "link-arg=dynamic_lookup",

1405
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -13,7 +13,7 @@ ethcore-builtin = { git = "https://github.com/paritytech/parity-ethereum.git", r
lazy_static = "1.3.0"
libc = "0.2.60"
parity-bytes = "0.1.0"
rustler = "0.20.0"
rustler = "0.21.0"
[lib]
crate-type = ["cdylib"]