events: Fix wrong cfg
This commit is contained in:
parent
c54b96dc69
commit
b18313e579
@ -1,5 +1,10 @@
|
||||
# [unreleased]
|
||||
|
||||
Bug fixes:
|
||||
|
||||
* Fix ruma-common not compiling with the Cargo features `events` and
|
||||
`unstable-msc2677` active, and `unstable-msc2676` active
|
||||
|
||||
# 0.10.2
|
||||
|
||||
Improvements:
|
||||
|
@ -12,7 +12,7 @@ use serde::{Deserialize, Serialize};
|
||||
use super::AnySyncMessageLikeEvent;
|
||||
#[cfg(feature = "unstable-msc3440")]
|
||||
use crate::serde::Raw;
|
||||
#[cfg(feature = "unstable-msc2677")]
|
||||
#[cfg(any(feature = "unstable-msc2676", feature = "unstable-msc2677"))]
|
||||
use crate::MilliSecondsSinceUnixEpoch;
|
||||
use crate::{serde::StringEnum, PrivOwnedStr};
|
||||
#[cfg(feature = "unstable-msc2676")]
|
||||
|
Loading…
x
Reference in New Issue
Block a user