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.
v0.30.0
v0.28.3
1 parent 7e568a3 commit e07dc34Copy full SHA for e07dc34
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