diff --git a/matrix_sdk/Cargo.toml b/matrix_sdk/Cargo.toml index 1c2ef6d40..d5338da9b 100644 --- a/matrix_sdk/Cargo.toml +++ b/matrix_sdk/Cargo.toml @@ -96,7 +96,7 @@ features = ["wasm-bindgen"] anyhow = "1.0" dirs = "3.0.2" matches = "0.1.8" -matrix-sdk-test = { version = "0.3.0", path = "../matrix_sdk_test" } +matrix-sdk-test = { version = "0.4.0", path = "../matrix_sdk_test" } tokio = { version = "1.7.1", default-features = false, features = ["rt-multi-thread", "macros"] } serde_json = "1.0.64" tracing-subscriber = "0.2.18" diff --git a/matrix_sdk_appservice/Cargo.toml b/matrix_sdk_appservice/Cargo.toml index da082a239..6d8cbac7f 100644 --- a/matrix_sdk_appservice/Cargo.toml +++ b/matrix_sdk_appservice/Cargo.toml @@ -48,7 +48,7 @@ mockito = "0.30" tokio = { version = "1", default-features = false, features = ["rt-multi-thread", "macros"] } tracing-subscriber = "0.2" -matrix-sdk-test = { version = "0.3", path = "../matrix_sdk_test", features = ["appservice"] } +matrix-sdk-test = { version = "0.4", path = "../matrix_sdk_test", features = ["appservice"] } [[example]] name = "appservice_autojoin" diff --git a/matrix_sdk_base/Cargo.toml b/matrix_sdk_base/Cargo.toml index 084b209c2..8fe227b4a 100644 --- a/matrix_sdk_base/Cargo.toml +++ b/matrix_sdk_base/Cargo.toml @@ -52,7 +52,7 @@ default-features = false features = ["sync", "fs"] [dev-dependencies] -matrix-sdk-test = { version = "0.3.0", path = "../matrix_sdk_test" } +matrix-sdk-test = { version = "0.4.0", path = "../matrix_sdk_test" } http = "0.2.4" [target.'cfg(not(target_arch = "wasm32"))'.dev-dependencies] diff --git a/matrix_sdk_crypto/Cargo.toml b/matrix_sdk_crypto/Cargo.toml index 4394eb172..5af87f7dd 100644 --- a/matrix_sdk_crypto/Cargo.toml +++ b/matrix_sdk_crypto/Cargo.toml @@ -52,7 +52,7 @@ matches = "0.1.8" serde_json = "1.0.64" tempfile = "3.2.0" http = "0.2.4" -matrix-sdk-test = { version = "0.3.0", path = "../matrix_sdk_test" } +matrix-sdk-test = { version = "0.4.0", path = "../matrix_sdk_test" } indoc = "1.0.3" criterion = { version = "0.3.4", features = ["async", "async_tokio", "html_reports"] } diff --git a/matrix_sdk_test/Cargo.toml b/matrix_sdk_test/Cargo.toml index a93a7d165..b24eed591 100644 --- a/matrix_sdk_test/Cargo.toml +++ b/matrix_sdk_test/Cargo.toml @@ -8,7 +8,7 @@ license = "Apache-2.0" name = "matrix-sdk-test" readme = "README.md" repository = "https://github.com/matrix-org/matrix-rust-sdk" -version = "0.3.0" +version = "0.4.0" [features] appservice = [] @@ -16,7 +16,7 @@ appservice = [] [dependencies] http = "0.2.4" lazy_static = "1.4.0" -matrix-sdk-common = { version = "0.3.0", path = "../matrix_sdk_common" } +matrix-sdk-common = { version = "0.4.0", path = "../matrix_sdk_common" } matrix-sdk-test-macros = { version = "0.1.0", path = "../matrix_sdk_test_macros" } ruma = { version = "0.4.0", features = ["client-api-c"] } serde = "1.0.126"