You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We can now use `rustversion` to mark `MmioSerialPort::new()` as const or
not depending on the rust version. The features can't be removed yet as
that would be a breaking change.
This removes code duplication and lets us avoid increasing our MSRV.
Fixes#23
Signed-off-by: Joe Richey <joerichey@google.com>
Copy file name to clipboardExpand all lines: README.md
-5
Original file line number
Diff line number
Diff line change
@@ -47,11 +47,6 @@ serial_port.send(42);
47
47
letdata=serial_port.receive();
48
48
```
49
49
50
-
## Crate Feature Flags
51
-
52
-
*`nightly`: This is the default.
53
-
*`stable`: Use this to build with non-nightly rust. Needs `default-features = false`.
54
-
55
50
## Building with stable rust
56
51
57
52
This needs to have the [compile-time requirements](https://github.com/alexcrichton/cc-rs#compile-time-requirements) of the `cc` crate installed on your system.
0 commit comments