Skip to content

Commit dcf3089

Browse files
authored
Update Cargo.toml
Signed-off-by: Anirban Biswas <139000437+ANIR1604@users.noreply.github.com>
1 parent aa559f3 commit dcf3089

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ rust-version = "1.82"
2222

2323
[workspace.dependencies]
2424
anyhow = "1.0.93"
25-
cached = "0.36.0"
2625
aquamarine = "0.6.0"
2726
assert-json-diff = "2.0.2"
2827
assert_matches = "1.5.0"
@@ -109,6 +108,7 @@ matrix-sdk-sqlite = { path = "crates/matrix-sdk-sqlite", version = "0.8.0", defa
109108
matrix-sdk-store-encryption = { path = "crates/matrix-sdk-store-encryption", version = "0.8.0" }
110109
matrix-sdk-test = { path = "testing/matrix-sdk-test", version = "0.7.0" }
111110
matrix-sdk-ui = { path = "crates/matrix-sdk-ui", version = "0.8.0", default-features = false }
111+
cached = { version = "0.36.0", features = ["proc_macro"] }
112112

113113
# Default release profile, select with `--release`
114114
[profile.release]

0 commit comments

Comments
 (0)