Skip to content

Commit aae54ca

Browse files
authored
api: actually export ZonedSeries
This was an oversight that I missed in #430. PR #442
1 parent 4b44d13 commit aae54ca

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/lib.rs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -759,7 +759,10 @@ pub use crate::{
759759
TimestampDisplayWithOffset, TimestampRound, TimestampSeries,
760760
},
761761
util::round::mode::RoundMode,
762-
zoned::{Zoned, ZonedArithmetic, ZonedDifference, ZonedRound, ZonedWith},
762+
zoned::{
763+
Zoned, ZonedArithmetic, ZonedDifference, ZonedRound, ZonedSeries,
764+
ZonedWith,
765+
},
763766
};
764767

765768
#[macro_use]

0 commit comments

Comments
 (0)