From 428b28a985136cf50769777dcc36efb7bccd3910 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Damir=20Jeli=C4=87?= Date: Wed, 16 Sep 2020 12:28:42 +0200 Subject: [PATCH] matrix-sdk: Increase the type length limit for the wasm example. --- matrix_sdk/examples/wasm_command_bot/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,