fix: compile against matrix_api_lite 0.4.2

0.4.3 seems to have accidental breaking changes and breaks our pipeline.
This commit is contained in:
Nicolas Werner 2021-09-10 02:27:55 +02:00
parent ea34f0b82c
commit 8c22c0108b
1 changed files with 2 additions and 1 deletions

View File

@ -16,7 +16,8 @@ dependencies:
crypto: ^3.0.0 crypto: ^3.0.0
base58check: ^2.0.0 base58check: ^2.0.0
olm: ^2.0.0 olm: ^2.0.0
matrix_api_lite: ^0.4.2 # 0.4.3 had accidental API changes
matrix_api_lite: 0.4.2
hive: ^2.0.4 hive: ^2.0.4
ffi: ^1.0.0 ffi: ^1.0.0
js: ^0.6.3 js: ^0.6.3