-
Notifications
You must be signed in to change notification settings - Fork 105
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
zerocopy
0.6.2 is not semver compatible with 0.6.1
: use zerocopy::U32; | ^^^^^^^^^^^^^ no U32
in the root
#228
Comments
It looks like the aliases were changed in #101 |
zerocopy
0.6.2 is not semver compatible with 0.6.1
zerocopy
0.6.2 is not semver compatible with 0.6.1
: use zerocopy::U32; | ^^^^^^^^^^^^^ no U32
in the root
cc @joshlf as you seem to be the owner on crates.io |
I've yanked 0.6.2, and I'll work on a fix that I'll publish as 0.6.3. |
Thank you for your quick response @joshlf |
Hey @alamb, it actually looks like the issue was caused by us introducing a new default feature ( I'm not sure yet how I'm going to fix this in order to release 0.6.3. One option is just to remove the |
This feature caused breakage in 0.6.2 (see [1] for details). This commit removes the feature and makes the `byteorder` module present unconditionally. This will not be ported to 0.7.0, which will contain the `byteorder` feature. [1] #228 (comment)
This feature caused breakage in 0.6.2 (see [1] for details). This commit removes the feature and makes the `byteorder` module present unconditionally. This will not be ported to 0.7.0, which will contain the `byteorder` feature. [1] #228 (comment)
This feature caused breakage in 0.6.2 (see [1] for details). This commit removes the feature and makes the `byteorder` module present unconditionally. This will not be ported to 0.7.0, which will contain the `byteorder` feature. [1] #228 (comment)
Hey @alamb, I've published 0.6.3-alpha. Would you be able to test to see if it causes breakage on your side before I publish it as 0.6.3? |
@joshlf I will do so and report here |
I am running it through our full CI here: apache/datafusion#7227 and will report any problems it encounters Update : All CI tests have passed, I think |
Okay, it's been published! |
FWIW our latest CI run picked up Thanks again @joshlf |
Awesome! You're very welcome! |
Hi, thank you for this crate.
Problem
When
zerocopy
0.6.2
was released to crates.io our CI tests started failing like this:We can fix our build by pinning to
zerocopy 0.6.1
Here is the downstream ticket: apache/datafusion#7221
Note that DataFusion uses
zerocopy
transitively the avro crate so I can't change the use ofzerocopy
directlyRequested solution
If you agree that
0.6.2
is not semver compatible with 0.6.1, can you please yank the0.6.2
crate from crates.ioThe text was updated successfully, but these errors were encountered: