Update rustler and config for m1 macs
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
|||||||
[target.x86_64-apple-darwin]
|
[target.'cfg(target_os = "macos")']
|
||||||
rustflags = [
|
rustflags = [
|
||||||
"-C", "link-arg=-undefined",
|
"-C", "link-arg=-undefined",
|
||||||
"-C", "link-arg=dynamic_lookup",
|
"-C", "link-arg=dynamic_lookup",
|
||||||
|
|||||||
Generated
+711
-694
File diff suppressed because it is too large
Load Diff
+1
-1
@@ -13,7 +13,7 @@ ethcore-builtin = { git = "https://github.com/paritytech/parity-ethereum.git", r
|
|||||||
lazy_static = "1.3.0"
|
lazy_static = "1.3.0"
|
||||||
libc = "0.2.60"
|
libc = "0.2.60"
|
||||||
parity-bytes = "0.1.0"
|
parity-bytes = "0.1.0"
|
||||||
rustler = "0.20.0"
|
rustler = "0.21.0"
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
crate-type = ["cdylib"]
|
crate-type = ["cdylib"]
|
||||||
|
|||||||
Reference in New Issue
Block a user