matrix-sdk-test: Specify a version for the test macros.

master
Damir Jelić 2020-05-26 19:59:40 +02:00
parent efc80449c4
commit 5ff7658f30
1 changed files with 1 additions and 1 deletions

View File

@ -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" }