mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-05-07 15:33:45 -04:00
First off, this patch changes `pushd(…)` to `pushd(…)?` so that errors are propagated. Second, instead of assuming that all crates live in `crates/`, let's allow to precise a prefix, like `crates/` or `bindings/` directly in the “folder” path of `args`.