-
Notifications
You must be signed in to change notification settings - Fork 183
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
icu_datagen
dependency conflicts when installing
#4088
Comments
This issue is also probably related: boa-dev/boa#3299 |
The 1.3 rollout took about 48 hours to finish; we did it over the weekend in an attempt to reduce the impact of errors like these. Can you confirm if this is still an issue? Note:
|
I published a detailed postmortem of what happened and why: #4093 Closing this issue because I don't see what else needs to be done. If anyone is still having problems, the postmortem is a good place to start. |
Thanks for the fast reply. Installing Pinning Unfortunately, I cannot pin versions for I think to resolve this, you have to pin the versions on your side. In my project I currently only use the |
Yes, starting in 1.3 we pin the minor version which should help mitigate these types of problems. |
There seem to be version conflicts between
1.2.0
and1.3.0
versions.Specifically, crates depending on
zerovec
versions0.9.4
and0.10.0
.Because versions are not pinned for
icu_datagen
as far as I can see,internally some crates get set to
1.2.0
versions, while others to1.3.0
.Trying to install
icu_datagen
usingcargo install
results in the following errors:Note: There are many more errors, but the problem should be the same as far as I saw.
I assume that this gets resolved once
icu_datagen
version1.3.0
is released.However, this version conflict may happen again, because versions are now set to
workspace = true
,and I don't know if that pins those versions.
The text was updated successfully, but these errors were encountered: