diff --git a/matrix_sdk/examples/wasm_command_bot/src/lib.rs b/matrix_sdk/examples/wasm_command_bot/src/lib.rs index b51fff06..40b178d4 100644 --- a/matrix_sdk/examples/wasm_command_bot/src/lib.rs +++ b/matrix_sdk/examples/wasm_command_bot/src/lib.rs @@ -1,4 +1,4 @@ -#![type_length_limit = "1693004"] +#![type_length_limit = "1700984"] use matrix_sdk::{ api::r0::sync::sync_events::Response as SyncResponse,