chore(test): Bump the version
parent
a4de38ce28
commit
40b465a093
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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]
|
||||
|
|
|
@ -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"] }
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue