Skip to content

Commit

Permalink
Update Cargo.toml
Browse files Browse the repository at this point in the history
Signed-off-by: Anirban Biswas <[email protected]>
  • Loading branch information
Rustix69 authored Dec 11, 2024
1 parent aa559f3 commit dcf3089
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ rust-version = "1.82"

[workspace.dependencies]
anyhow = "1.0.93"
cached = "0.36.0"
aquamarine = "0.6.0"
assert-json-diff = "2.0.2"
assert_matches = "1.5.0"
Expand Down Expand Up @@ -109,6 +108,7 @@ matrix-sdk-sqlite = { path = "crates/matrix-sdk-sqlite", version = "0.8.0", defa
matrix-sdk-store-encryption = { path = "crates/matrix-sdk-store-encryption", version = "0.8.0" }
matrix-sdk-test = { path = "testing/matrix-sdk-test", version = "0.7.0" }
matrix-sdk-ui = { path = "crates/matrix-sdk-ui", version = "0.8.0", default-features = false }
cached = { version = "0.36.0", features = ["proc_macro"] }

# Default release profile, select with `--release`
[profile.release]
Expand Down

0 comments on commit dcf3089

Please sign in to comment.