From de5129116694fed3d3fef84cceac40595ffa361c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Damir=20Jeli=C4=87?= Date: Mon, 4 Jan 2021 15:13:48 +0100 Subject: [PATCH] common: Remove the direct dep to js_int now that Ruma re-exports it --- matrix_sdk_common/Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/matrix_sdk_common/Cargo.toml b/matrix_sdk_common/Cargo.toml index 703dbafa..03d314c0 100644 --- a/matrix_sdk_common/Cargo.toml +++ b/matrix_sdk_common/Cargo.toml @@ -16,7 +16,6 @@ unstable-synapse-quirks = ["ruma/unstable-synapse-quirks"] [dependencies] assign = "1.1.0" instant = { version = "0.1.7", features = ["wasm-bindgen", "now"] } -js_int = "0.1.9" [dependencies.ruma] version = "0.0.2"