-
Notifications
You must be signed in to change notification settings - Fork 76
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
arbitrary
v1.2.0 + derive
doesn't build with generate-lockfile -Z minimal-versions
#134
Comments
@Manishearth FWIW, this kind of thing is the reason why I try to always keep the versions in lock step with each other. |
Yeah, fair, I still think it should be fine for patches. |
fitzgen
added a commit
to fitzgen/rust_arbitrary
that referenced
this issue
Jan 3, 2023
tarcieri
added a commit
to RustCrypto/formats
that referenced
this issue
Jan 3, 2023
…til rust-fuzz/arbitrary#134 is fixed" This reverts commit 517adb7. The issue in `arbitrary` has been fixed.
tarcieri
added a commit
to RustCrypto/formats
that referenced
this issue
Jan 3, 2023
…til rust-fuzz/arbitrary#134 is fixed" This reverts commit 517adb7. The issue in `arbitrary` has been fixed.
baloo
added a commit
to baloo/formats
that referenced
this issue
Mar 30, 2023
…til rust-fuzz/arbitrary#134 is fixed" This reverts commit 517adb7. The issue in `arbitrary` as been fixed: rust-fuzz/arbitrary#136 See RustCrypto#837
baloo
added a commit
to baloo/formats
that referenced
this issue
Mar 30, 2023
…til rust-fuzz/arbitrary#134 is fixed" This reverts commit 517adb7. The issue in `arbitrary` has been fixed: rust-fuzz/arbitrary#136 See RustCrypto#837
baloo
added a commit
to baloo/formats
that referenced
this issue
Mar 30, 2023
…til rust-fuzz/arbitrary#134 is fixed" This reverts commit 517adb7. The issue in `arbitrary` has been fixed: rust-fuzz/arbitrary#136 See RustCrypto#837
tarcieri
pushed a commit
to RustCrypto/formats
that referenced
this issue
Mar 31, 2023
…til rust-fuzz/arbitrary#134 is fixed" (#961) This reverts commit 517adb7. The issue in `arbitrary` has been fixed: rust-fuzz/arbitrary#136 See #837
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It pulls in
derive_arbitrary
v1.1.6 which has the following build failure:Perhaps you could bump the
derive_arbitrary
requirement inarbitrary
to1.2.0
(it's presently1.1.6
) or yank the affectedderive_arbitrary
v1.1.6 release?The text was updated successfully, but these errors were encountered: