refactor various Arc<EventId> to OwnedEventId

Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
Jason Volk 2024-12-28 00:57:02 +00:00 committed by strawberry
parent 5a335933b8
commit 6458f4b195
29 changed files with 142 additions and 152 deletions

View file

@ -35,6 +35,7 @@ features = [
"const_generics",
"const_new",
"serde",
"union",
"write",
]
@ -335,7 +336,7 @@ version = "0.1.2"
[workspace.dependencies.ruma]
git = "https://github.com/girlbossceo/ruwuma"
#branch = "conduwuit-changes"
rev = "d3ed3194ebe96b921d06d1d3e607f0bf7873f792"
rev = "54da128bbe09a0c6d14c9a6bf7b6b54a2d7c835a"
features = [
"compat",
"rand",