Skip to content

Commit 15d3fab

Browse files
mgoldenbergpoljar
authored andcommitted
remove reference to matrix-sdk/rustls-tls feature flag
Note that the flag has been removed, but the behvaior is identicial, because rustls is now the only supported TLS backend. Signed-off-by: Michael Goldenberg <m@mgoldenberg.net>
1 parent 1b1f863 commit 15d3fab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rebuild_rust_sdk.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ trap "restore_backups" EXIT INT TERM
5454
sed -i.bak 's/"wasm-unstable-single-threaded"//' bindings/matrix-sdk-ffi/Cargo.toml
5555
# Enable a hidden feature to make tests run faster.
5656
sed -i.bak 's#matrix-sdk-crypto = {#matrix-sdk-crypto = {features = ["_disable-minimum-rotation-period-ms"],#' Cargo.toml
57-
cargo build -p matrix-sdk-ffi --features 'rustls-tls,sentry'
57+
cargo build -p matrix-sdk-ffi --features 'sentry'
5858
# generate the bindings
5959
echo "generating bindings to $COMPLEMENT_DIR/internal/api/rust...";
6060
uniffi-bindgen-go -o $COMPLEMENT_DIR/internal/api/rust --config $COMPLEMENT_DIR/uniffi.toml --library ./target/debug/libmatrix_sdk_ffi.a

0 commit comments

Comments
 (0)