chore(test): Bump the version
parent
a4de38ce28
commit
40b465a093
|
@ -96,7 +96,7 @@ features = ["wasm-bindgen"]
|
||||||
anyhow = "1.0"
|
anyhow = "1.0"
|
||||||
dirs = "3.0.2"
|
dirs = "3.0.2"
|
||||||
matches = "0.1.8"
|
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"] }
|
tokio = { version = "1.7.1", default-features = false, features = ["rt-multi-thread", "macros"] }
|
||||||
serde_json = "1.0.64"
|
serde_json = "1.0.64"
|
||||||
tracing-subscriber = "0.2.18"
|
tracing-subscriber = "0.2.18"
|
||||||
|
|
|
@ -48,7 +48,7 @@ mockito = "0.30"
|
||||||
tokio = { version = "1", default-features = false, features = ["rt-multi-thread", "macros"] }
|
tokio = { version = "1", default-features = false, features = ["rt-multi-thread", "macros"] }
|
||||||
tracing-subscriber = "0.2"
|
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]]
|
[[example]]
|
||||||
name = "appservice_autojoin"
|
name = "appservice_autojoin"
|
||||||
|
|
|
@ -52,7 +52,7 @@ default-features = false
|
||||||
features = ["sync", "fs"]
|
features = ["sync", "fs"]
|
||||||
|
|
||||||
[dev-dependencies]
|
[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"
|
http = "0.2.4"
|
||||||
|
|
||||||
[target.'cfg(not(target_arch = "wasm32"))'.dev-dependencies]
|
[target.'cfg(not(target_arch = "wasm32"))'.dev-dependencies]
|
||||||
|
|
|
@ -52,7 +52,7 @@ matches = "0.1.8"
|
||||||
serde_json = "1.0.64"
|
serde_json = "1.0.64"
|
||||||
tempfile = "3.2.0"
|
tempfile = "3.2.0"
|
||||||
http = "0.2.4"
|
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"
|
indoc = "1.0.3"
|
||||||
criterion = { version = "0.3.4", features = ["async", "async_tokio", "html_reports"] }
|
criterion = { version = "0.3.4", features = ["async", "async_tokio", "html_reports"] }
|
||||||
|
|
||||||
|
|
|
@ -8,7 +8,7 @@ license = "Apache-2.0"
|
||||||
name = "matrix-sdk-test"
|
name = "matrix-sdk-test"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
repository = "https://github.com/matrix-org/matrix-rust-sdk"
|
repository = "https://github.com/matrix-org/matrix-rust-sdk"
|
||||||
version = "0.3.0"
|
version = "0.4.0"
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
appservice = []
|
appservice = []
|
||||||
|
@ -16,7 +16,7 @@ appservice = []
|
||||||
[dependencies]
|
[dependencies]
|
||||||
http = "0.2.4"
|
http = "0.2.4"
|
||||||
lazy_static = "1.4.0"
|
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" }
|
matrix-sdk-test-macros = { version = "0.1.0", path = "../matrix_sdk_test_macros" }
|
||||||
ruma = { version = "0.4.0", features = ["client-api-c"] }
|
ruma = { version = "0.4.0", features = ["client-api-c"] }
|
||||||
serde = "1.0.126"
|
serde = "1.0.126"
|
||||||
|
|
Loading…
Reference in New Issue