From 5ff7658f30378f658c90e1b3999ad560e6bd3b02 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Damir=20Jeli=C4=87?= Date: Tue, 26 May 2020 19:59:40 +0200 Subject: [PATCH] matrix-sdk-test: Specify a version for the test macros. --- matrix_sdk_test/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" }