We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa957cc commit b14f9b4Copy full SHA for b14f9b4
.github/workflows/test.yml
@@ -2,7 +2,7 @@ name: All Tests and Builds
2
3
env:
4
# 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"
+ ALL_NON_EXCLUSIVE_FEATURES: --features "default unstable-locales rkyv-32 rkyv-validation serde arbitrary experimental_weekdays"
6
7
on:
8
push:
src/lib.rs
@@ -580,6 +580,9 @@ mod weekday;
580
pub use weekday::ParseWeekdayError;
581
pub use weekday::Weekday;
582
583
+mod weekdays;
584
+pub use weekdays::WeekdaySet;
585
+
586
mod month;
587
#[doc(no_inline)]
588
pub use month::ParseMonthError;
0 commit comments