It doesn't appear unit testing with external contracts in rust (no wasm) without the rlib library is functional. (removed here: https://github.com/stellar/soroban-examples/commit/3f0388bc2b079f28223e5d6443811e61e26af0c7).
Use case was some basic unit testing for some functions that relied on an external contract. (I can get this to work by deploying the WASM version of the external contract)
Curious if this is an intentional change? Or if the rlib crate-type is safe to add back for this use case?