Compare commits

..

2 Commits

Author SHA1 Message Date
Benjamin Bouvier 4164effbf9 Bump matrix-sdk to 0.7.1 2024-01-22 11:27:03 +01:00
Sami J. Mäkinen 917e8c291e Upgrade aquamarine dependency 2024-01-22 11:25:56 +01:00
2 changed files with 5 additions and 5 deletions
Generated
+3 -3
View File
@@ -161,9 +161,9 @@ checksum = "d301b3b94cb4b2f23d7917810addbbaff90738e0ca2be692bd027e70d7e0330c"
[[package]]
name = "aquamarine"
version = "0.4.0"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "074b80d14d0240b6ce94d68f059a2d26a5d77280ae142662365a21ef6e2594ef"
checksum = "21cc1548309245035eb18aa7f0967da6bc65587005170c56e6ef2788a4cf3f4e"
dependencies = [
"include_dir",
"itertools 0.10.5",
@@ -2965,7 +2965,7 @@ dependencies = [
[[package]]
name = "matrix-sdk"
version = "0.7.0"
version = "0.7.1"
dependencies = [
"anyhow",
"anymap2",
+2 -2
View File
@@ -9,7 +9,7 @@ name = "matrix-sdk"
readme = "README.md"
repository = "https://github.com/matrix-org/matrix-rust-sdk"
rust-version = { workspace = true }
version = "0.7.0"
version = "0.7.1"
[package.metadata.docs.rs]
features = ["docsrs"]
@@ -62,7 +62,7 @@ docsrs = ["e2e-encryption", "sqlite", "indexeddb", "sso-login", "qrcode", "image
[dependencies]
anyhow = { workspace = true, optional = true }
anymap2 = "0.13.0"
aquamarine = "0.4.0"
aquamarine = "0.5.0"
as_variant = { workspace = true }
async-channel = "2.1.0"
async-stream = { workspace = true }