Commit bb218b5
committed
Fix default feature breakage
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 <joerichey@google.com>1 parent ae67095 commit bb218b5
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
0 commit comments