We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7e568a3 + e07dc34 commit 9bf1d1eCopy full SHA for 9bf1d1e
rebuild_rust_sdk.sh
@@ -48,6 +48,7 @@ trap "mv $RUST_SDK_DIR/Cargo.toml.backup $RUST_SDK_DIR/Cargo.toml; mv $RUST_SDK_
48
sed -i.bak 's/uniffi =.*/uniffi = "0\.28\.3"/' Cargo.toml
49
sed -i.bak 's^uniffi_bindgen =.*^uniffi_bindgen = { git = "https:\/\/github.com\/mozilla\/uniffi-rs", rev = "f7a0ba703b4c06fff8fffa98078f2e5d7588a695" }^' Cargo.toml
50
sed -i.bak 's#matrix-sdk-crypto = {#matrix-sdk-crypto = {features = ["_disable-minimum-rotation-period-ms"],#' Cargo.toml
51
+sed -i.bak 's/\[Remote\]//' bindings/matrix-sdk-ffi/src/api.udl
52
cargo build -p matrix-sdk-ffi --features 'native-tls,sentry'
53
# generate the bindings
54
echo "generating bindings to $COMPLEMENT_DIR/internal/api/rust...";
0 commit comments