Skip to content

Commit b14f9b4

Browse files
committed
add WeekdaySet
1 parent fa957cc commit b14f9b4

File tree

3 files changed

+519
-1
lines changed

3 files changed

+519
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: All Tests and Builds
22

33
env:
44
# It's really `--all-features`, but not adding the mutually exclusive features from rkyv
5-
ALL_NON_EXCLUSIVE_FEATURES: --features "default unstable-locales rkyv-32 rkyv-validation serde arbitrary"
5+
ALL_NON_EXCLUSIVE_FEATURES: --features "default unstable-locales rkyv-32 rkyv-validation serde arbitrary experimental_weekdays"
66

77
on:
88
push:

src/lib.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -580,6 +580,9 @@ mod weekday;
580580
pub use weekday::ParseWeekdayError;
581581
pub use weekday::Weekday;
582582

583+
mod weekdays;
584+
pub use weekdays::WeekdaySet;
585+
583586
mod month;
584587
#[doc(no_inline)]
585588
pub use month::ParseMonthError;

0 commit comments

Comments
 (0)