Skip to content

Commit 406aaa0

Browse files
authored
Make sure to also include the uuid create serde feature with wasm
1 parent 33b198d commit 406aaa0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/matrix-sdk-common/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ features = ["now"]
3636
async-lock = "2.4.0"
3737
futures-util = { version = "0.3.15", default-features = false, features = ["channel"] }
3838
wasm-bindgen-futures = "0.4.24"
39-
uuid = { version = "0.8.2", default-features = false, features = ["v4", "wasm-bindgen"] }
39+
uuid = { version = "0.8.2", default-features = false, features = ["v4", "wasm-bindgen", "serde"] }

0 commit comments

Comments
 (0)