Skip to content

Commit 33584c0

Browse files
committed
Merge branch 'main' into eras
2 parents 51d1c4c + 1a085e8 commit 33584c0

File tree

835 files changed

+21503
-15500
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

835 files changed

+21503
-15500
lines changed

.cargo/config.toml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,5 @@ quick = "make quick"
77
tidy = "make tidy"
88
clippy-all = "clippy --all-features --all-targets -- -D warnings"
99

10-
# Use `cargo +nightly update` to update MSRV-aware (https://github.com/rust-lang/cargo/issues/13873)
11-
[unstable]
12-
msrv-policy = true
1310
[resolver]
14-
incompatible-rust-versions = 'fallback'
11+
incompatible-rust-versions = 'fallback' # default in resolver = "3", which we cannot use yet

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ Some major changes worth highlighting:
2020
- Rename `wrap_calendar_in_*` APIs to `as_borrowed`, `into_ref_counted`, `into_atomic_ref_counted` (unicode-org#6392)
2121
- `icu_collections`
2222
- Remove some panics from `CodePointTrie`, which should no longer pull in panic machinery even with arithmetic panics enabled for lookup (unicode-org#6204)
23+
- `icu_datetime`
24+
- Rename `.hm()` to `.with_hm()` on fieldsets (unicode-org#6423)
25+
- Length no longer has explicit `repr(u8)` discriminants (unicode-org#6423)
2326
- Data model and providers
2427
- `icu_experimental`
2528
- `dimension`

0 commit comments

Comments
 (0)