@@ -22,6 +22,7 @@ rust-version = "1.76"
2222
2323[workspace .dependencies ]
2424anyhow = " 1.0.68"
25+ aquamarine = " 0.6.0"
2526assert-json-diff = " 2"
2627assert_matches = " 1.5.0"
2728assert_matches2 = " 0.1.1"
@@ -32,8 +33,8 @@ as_variant = "1.2.0"
3233base64 = " 0.22.0"
3334byteorder = " 1.4.3"
3435eyeball = { version = " 0.8.8" , features = [" tracing" ] }
35- eyeball-im = { version = " 0.5.0 " , features = [" tracing" ] }
36- eyeball-im-util = " 0.6 .0"
36+ eyeball-im = { version = " 0.5.1 " , features = [" tracing" ] }
37+ eyeball-im-util = " 0.7 .0"
3738futures-core = " 0.3.28"
3839futures-executor = " 0.3.21"
3940futures-util = " 0.3.26"
@@ -79,17 +80,17 @@ vodozemac = { version = "0.8.0", features = ["insecure-pk-encryption"] }
7980wiremock = " 0.6.0"
8081zeroize = " 1.6.0"
8182
82- matrix-sdk = { path = " crates/matrix-sdk" , version = " 0.7 .0" , default-features = false }
83- matrix-sdk-base = { path = " crates/matrix-sdk-base" , version = " 0.7 .0" }
84- matrix-sdk-common = { path = " crates/matrix-sdk-common" , version = " 0.7 .0" }
85- matrix-sdk-crypto = { path = " crates/matrix-sdk-crypto" , version = " 0.7 .0" }
83+ matrix-sdk = { path = " crates/matrix-sdk" , version = " 0.8 .0" , default-features = false }
84+ matrix-sdk-base = { path = " crates/matrix-sdk-base" , version = " 0.8 .0" }
85+ matrix-sdk-common = { path = " crates/matrix-sdk-common" , version = " 0.8 .0" }
86+ matrix-sdk-crypto = { path = " crates/matrix-sdk-crypto" , version = " 0.8 .0" }
8687matrix-sdk-ffi-macros = { path = " bindings/matrix-sdk-ffi-macros" , version = " 0.7.0" }
87- matrix-sdk-indexeddb = { path = " crates/matrix-sdk-indexeddb" , version = " 0.7 .0" , default-features = false }
88- matrix-sdk-qrcode = { path = " crates/matrix-sdk-qrcode" , version = " 0.7 .0" }
89- matrix-sdk-sqlite = { path = " crates/matrix-sdk-sqlite" , version = " 0.7 .0" , default-features = false }
90- matrix-sdk-store-encryption = { path = " crates/matrix-sdk-store-encryption" , version = " 0.7 .0" }
88+ matrix-sdk-indexeddb = { path = " crates/matrix-sdk-indexeddb" , version = " 0.8 .0" , default-features = false }
89+ matrix-sdk-qrcode = { path = " crates/matrix-sdk-qrcode" , version = " 0.8 .0" }
90+ matrix-sdk-sqlite = { path = " crates/matrix-sdk-sqlite" , version = " 0.8 .0" , default-features = false }
91+ matrix-sdk-store-encryption = { path = " crates/matrix-sdk-store-encryption" , version = " 0.8 .0" }
9192matrix-sdk-test = { path = " testing/matrix-sdk-test" , version = " 0.7.0" }
92- matrix-sdk-ui = { path = " crates/matrix-sdk-ui" , version = " 0.7 .0" , default-features = false }
93+ matrix-sdk-ui = { path = " crates/matrix-sdk-ui" , version = " 0.8 .0" , default-features = false }
9394
9495# Default release profile, select with `--release`
9596[profile .release ]
0 commit comments