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

Fix default feature breakage #11

Merged
merged 1 commit into from
Oct 1, 2020
Merged

Conversation

josephlr
Copy link
Contributor

@josephlr josephlr commented Oct 1, 2020

A recent change (1d3a8af) made it so some previous code using SerialPort::new() wouldn't compile if the user was using the default feature set.

Fixing this to just be default = [ "nightly" ] sets the same features for x86_64, while preventing breakage.

See: cloud-hypervisor/rust-hypervisor-firmware#66

Signed-off-by: Joe Richey [email protected]

A recent change
(rust-osdev@1d3a8af)
made it so some previous code using `SerialPort::new()` wouldn't
compile if the user was using the default feature set.

Fixing this to just be `default = [ "nightly" ]` sets the same features
for `x86_64`, while preventing breakage.

See: cloud-hypervisor/rust-hypervisor-firmware#66

Signed-off-by: Joe Richey <[email protected]>
@phil-opp
Copy link
Member

phil-opp commented Oct 1, 2020

Thanks a lot, and sorry for the breakage!

@phil-opp phil-opp merged commit 720b14a into rust-osdev:master Oct 1, 2020
phil-opp added a commit that referenced this pull request Oct 1, 2020
@phil-opp
Copy link
Member

phil-opp commented Oct 1, 2020

Published as v0.2.10

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.

2 participants