fix compilation with no zstd, use correct key, bump 2 deps
Signed-off-by: strawberry <strawberry@pupbrain.dev>
This commit is contained in:
parent
0c4604b482
commit
8fffb6ea04
4 changed files with 12 additions and 14 deletions
|
@ -106,7 +106,6 @@ pub struct Config {
|
|||
#[serde(default = "default_presence_offline_timeout_s")]
|
||||
pub presence_offline_timeout_s: u64,
|
||||
|
||||
#[cfg(feature = "zstd_compression")]
|
||||
#[serde(default = "false_fn")]
|
||||
pub zstd_compression: bool,
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue