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

master
Damir Jelić 2020-09-16 12:28:42 +02:00
parent 95145fae8f
commit 428b28a985
1 changed files with 1 additions and 1 deletions

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,