From 406aaa0b50af34c69b75b5083216d38cf25a4077 Mon Sep 17 00:00:00 2001 From: Marcel Date: Wed, 24 Nov 2021 20:50:36 +0100 Subject: [PATCH] Make sure to also include the uuid create serde feature with wasm --- crates/matrix-sdk-common/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/matrix-sdk-common/Cargo.toml b/crates/matrix-sdk-common/Cargo.toml index 16b2df4a8..f7cd1bb31 100644 --- a/crates/matrix-sdk-common/Cargo.toml +++ b/crates/matrix-sdk-common/Cargo.toml @@ -36,4 +36,4 @@ features = ["now"] async-lock = "2.4.0" futures-util = { version = "0.3.15", default-features = false, features = ["channel"] } wasm-bindgen-futures = "0.4.24" -uuid = { version = "0.8.2", default-features = false, features = ["v4", "wasm-bindgen"] } +uuid = { version = "0.8.2", default-features = false, features = ["v4", "wasm-bindgen", "serde"] }