Skip to content

Commit

Permalink
Adding crate-level deprecation for icu_testdata and adding it to ch…
Browse files Browse the repository at this point in the history
…angelog (#4114)
  • Loading branch information
robertbastian authored Oct 5, 2023
1 parent 3670b3c commit 249973d
Show file tree
Hide file tree
Showing 5 changed files with 52 additions and 45 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ A subset of crates received a 1.3.1 patch release, to incorporate documentation
- Fix empty keys in `BlobDataProvider` (https://github.com/unicode-org/icu4x/pull/3551)
- `icu_provider_fs`:
- Correct error types for `icu_provider_fs` (https://github.com/unicode-org/icu4x/pull/3682)
- `icu_testdata`:
- This crate has been superseded by `compiled_data` and is now deprecated.
- Data for new components will not be added, and it will not be updated for ICU4X 2.0.
- Components:
- Cross component:
- All component crates now have a default `compiled_data` feature that enables constructors that do not require data providers, instead using data compiled into the library
Expand Down
68 changes: 34 additions & 34 deletions provider/testdata/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion provider/testdata/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
[package]
name = "icu_testdata"
description = "Pre-built test data for ICU4X"
version = "1.3.2"
version = "1.3.3"
rust-version = "1.66.0"
authors = ["The ICU4X Project Developers"]
edition = "2021"
Expand Down
4 changes: 3 additions & 1 deletion provider/testdata/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 249973d

Please sign in to comment.