@@ -97,17 +97,17 @@ web-sys = "0.3.69"
9797wiremock  = " 0.6.2" 
9898zeroize  = " 1.8.1" 
9999
100- matrix-sdk  = { path  = " crates/matrix-sdk" version  = " 0.8 .0" default-features  = false  }
101- matrix-sdk-base  = { path  = " crates/matrix-sdk-base" version  = " 0.8 .0" 
102- matrix-sdk-common  = { path  = " crates/matrix-sdk-common" version  = " 0.8 .0" 
103- matrix-sdk-crypto  = { path  = " crates/matrix-sdk-crypto" version  = " 0.8 .0" 
100+ matrix-sdk  = { path  = " crates/matrix-sdk" version  = " 0.9 .0" default-features  = false  }
101+ matrix-sdk-base  = { path  = " crates/matrix-sdk-base" version  = " 0.9 .0" 
102+ matrix-sdk-common  = { path  = " crates/matrix-sdk-common" version  = " 0.9 .0" 
103+ matrix-sdk-crypto  = { path  = " crates/matrix-sdk-crypto" version  = " 0.9 .0" 
104104matrix-sdk-ffi-macros  = { path  = " bindings/matrix-sdk-ffi-macros" version  = " 0.7.0" 
105- matrix-sdk-indexeddb  = { path  = " crates/matrix-sdk-indexeddb" version  = " 0.8 .0" default-features  = false  }
106- matrix-sdk-qrcode  = { path  = " crates/matrix-sdk-qrcode" version  = " 0.8 .0" 
107- matrix-sdk-sqlite  = { path  = " crates/matrix-sdk-sqlite" version  = " 0.8 .0" default-features  = false  }
108- matrix-sdk-store-encryption  = { path  = " crates/matrix-sdk-store-encryption" version  = " 0.8 .0" 
105+ matrix-sdk-indexeddb  = { path  = " crates/matrix-sdk-indexeddb" version  = " 0.9 .0" default-features  = false  }
106+ matrix-sdk-qrcode  = { path  = " crates/matrix-sdk-qrcode" version  = " 0.9 .0" 
107+ matrix-sdk-sqlite  = { path  = " crates/matrix-sdk-sqlite" version  = " 0.9 .0" default-features  = false  }
108+ matrix-sdk-store-encryption  = { path  = " crates/matrix-sdk-store-encryption" version  = " 0.9 .0" 
109109matrix-sdk-test  = { path  = " testing/matrix-sdk-test" version  = " 0.7.0" 
110- matrix-sdk-ui  = { path  = " crates/matrix-sdk-ui" version  = " 0.8 .0" default-features  = false  }
110+ matrix-sdk-ui  = { path  = " crates/matrix-sdk-ui" version  = " 0.9 .0" default-features  = false  }
111111
112112#  Default release profile, select with `--release`
113113[profile .release ]
0 commit comments