From 40b465a093535ebff0f24d79a42847e0b645112f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Damir=20Jeli=C4=87?= Date: Fri, 10 Sep 2021 16:42:17 +0200 Subject: [PATCH] chore(test): Bump the version --- matrix_sdk/Cargo.toml | 2 +- matrix_sdk_appservice/Cargo.toml | 2 +- matrix_sdk_base/Cargo.toml | 2 +- matrix_sdk_crypto/Cargo.toml | 2 +- matrix_sdk_test/Cargo.toml | 4 ++-- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/matrix_sdk/Cargo.toml b/matrix_sdk/Cargo.toml index 1c2ef6d4..d5338da9 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 da082a23..6d8cbac7 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 084b209c..8fe227b4 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 4394eb17..5af87f7d 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 a93a7d16..b24eed59 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"