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

Don't include bitvec with std feature unless asked for explicitly #375

Merged
merged 1 commit into from Sep 13, 2022

Conversation

jsdw
Copy link
Contributor

@jsdw jsdw commented Sep 13, 2022

Should not be a breaking code change since bitvec things are all controlled by the "bit-vec" feature, but should avoid pulling in the dep unless it's asked for.

(Part of trying to remove bitvec as a mandatory dependency for consumers (see paritytech/scale-info#168))

Minimum Rust version from this is increased to 1.60.0.

What's our versioning policy w.r.t minimum supported rust version being increased?

@bkchr
Copy link
Member

bkchr commented Sep 13, 2022

What's our versioning policy w.r.t minimum supported rust version being increased?

I'm not aware of any. We could probably do a minor version bump.

@jsdw jsdw merged commit ccd0f90 into master Sep 13, 2022
@bkchr bkchr deleted the jsdw-bitvec-optional branch September 13, 2022 11:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants