Prematurely optimize RoomBuffer's memory usage

This commit is contained in:
2023-11-02 09:08:18 +01:00
parent 72018ff53c
commit e0bc599ce5
3 changed files with 11 additions and 4 deletions

View File

@ -44,6 +44,7 @@ libc = "0.2.148"
log = "0.4.20"
nonempty = { version = "0.8.1", features = ["serialize"] }
signal-hook = "0.3.17"
smallvec = "1.11.1"
# Matrix
matrix-sdk = { git = "https://github.com/matrix-org/matrix-rust-sdk.git", rev = "91e7f2f7224b8ada17ab639d60da10dad98aeaf9", features = ["eyre", "markdown"] }