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:
parent
ea34f0b82c
commit
8c22c0108b
|
|
@ -16,7 +16,8 @@ dependencies:
|
|||
crypto: ^3.0.0
|
||||
base58check: ^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
|
||||
ffi: ^1.0.0
|
||||
js: ^0.6.3
|
||||
|
|
|
|||
Loading…
Reference in New Issue