diff --git a/matrix_sdk_test/Cargo.toml b/matrix_sdk_test/Cargo.toml index 05dd4eac..4321a85c 100644 --- a/matrix_sdk_test/Cargo.toml +++ b/matrix_sdk_test/Cargo.toml @@ -14,4 +14,4 @@ version = "0.1.0" serde_json = "1.0.53" http = "0.2.1" matrix-sdk-common = { version = "0.1.0", path = "../matrix_sdk_common" } -matrix-sdk-test-macros = { path = "../matrix_sdk_test_macros" } +matrix-sdk-test-macros = { version = "0.1.0", path = "../matrix_sdk_test_macros" }