matrix-sdk: Increase the type length limit for the wasm example.
parent
95145fae8f
commit
428b28a985
|
@ -1,4 +1,4 @@
|
|||
#![type_length_limit = "1693004"]
|
||||
#![type_length_limit = "1700984"]
|
||||
|
||||
use matrix_sdk::{
|
||||
api::r0::sync::sync_events::Response as SyncResponse,
|
||||
|
|
Loading…
Reference in New Issue