matrix-sdk: Increase the type length limit for the wasm example.

This commit is contained in:
Damir Jelić 2020-09-16 12:28:42 +02:00
parent 95145fae8f
commit 428b28a985

View file

@ -1,4 +1,4 @@
#![type_length_limit = "1693004"]
#![type_length_limit = "1700984"]
use matrix_sdk::{
api::r0::sync::sync_events::Response as SyncResponse,