mirror of
https://github.com/ipetkov/crane.git
synced 2024-11-27 02:52:02 +03:00
174604795d
Prevents this error: ``` (...) dyld: Library not loaded: @rpath/libtest-77ee8c29c330e4a3.dylib Referenced from: /private/tmp/holochain_repo/target/fast-test/deps/hdk_derive-73ec051829ad694a Reason: image not found error: creating test list failed Caused by: for `hdk_derive::proc-macro/hdk_derive`, running command `/private/tmp/holochain_repo/target/fast-test/deps/hdk_derive-73ec051829ad694a --list --format terse` failed Caused by: command ["/private/tmp/holochain_repo/target/fast-test/deps/hdk_derive-73ec051829ad694a", "--list", "--format", "terse"] exited with code <signal 6> Error: Process completed with exit code 104. ``` https://github.com/nextest-rs/nextest/issues/267
8 lines
157 B
TOML
8 lines
157 B
TOML
# This file is automatically @generated by Cargo.
|
|
# It is not intended for manual editing.
|
|
version = 3
|
|
|
|
[[package]]
|
|
name = "my-proc-macro"
|
|
version = "0.1.0"
|