Commit Graph

2 Commits

Author SHA1 Message Date
Charles Hall
f8e105c513
matrix-conduit: 0.5.0 -> 0.6.0 2023-08-10 23:11:24 -07:00
Winter
ffd48ee04d matrix-conduit: use importCargoLock instead of hacky patch
As `cargo vendor` currently doesn't support workspace inherited manifest
values, a patch that replaced the values manually was used as a workaround.

Now that importCargoLock has support for this, and we're probably going
to move towards it anyways, let's switch to it now, as there's a clear
benefit either way.

This also switches to using our copy of SQLite instead of the vendored
one included in `libsqlite3-sys` -- because it's preferred, but also
because it causes the build to fail, now that dependencies are read-only.
2023-03-18 20:34:59 +01:00