Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Another feature resolution bug #3338

Closed
robertbastian opened this issue Apr 17, 2023 · 1 comment
Closed

Another feature resolution bug #3338

robertbastian opened this issue Apr 17, 2023 · 1 comment
Labels
C-meta Component: Relating to ICU4X as a whole

Comments

@robertbastian
Copy link
Member

The command

cargo run --all-features -- --keys=core/helloworld@1 --all-locales --format=blob --out=/dev/null --overwrite

fails when run at the workspace root, due to some problem in the time crate. When run from inside the icu_datagen crate, it succeeds. Updating Cargo.lock does not fix the issue, but using a more recent simple_logger does.

This is a problem with the workspace, so does not affect the release.

@robertbastian robertbastian added the C-meta Component: Relating to ICU4X as a whole label Apr 17, 2023
@sffc
Copy link
Member

sffc commented Apr 18, 2023

Note that the latest release of time requires a version of Rust newer than our MSRV, so I had to manually set it in the lockfile (cargo update --precise) to the latest version that is compatible with MSRV.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-meta Component: Relating to ICU4X as a whole
Projects
None yet
Development

No branches or pull requests

2 participants