Skip to content

Conversation

@mikeplus64
Copy link
Contributor

Pretty much does what it says on the tin :).

The dep I've written is serde = { version = "1.0", features = ["derive"], optional = true } which I think is fine, but perhaps more versions of serde should be supported?

rtzoeller and others added 3 commits May 9, 2022 19:08
This reduces serialport's compile time slightly, and removes memoffset as an indirect dependency.
Default port timeout of zero may cause the hardware_check example to fail
when reading data with the '--loopback' flag. Added 250ms timeout delay to
allow the test to pass when data is not immediately available.

Signed-off-by: mlsvrts <[email protected]>
@mikeplus64
Copy link
Contributor Author

I think I've somehow messed up the git history a bit in my attempt to squash my commits and put them at the "end" of current HEAD. Apologies

Copy link
Member

@jessebraham jessebraham left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for this! I think the version of the serde dependency is probably fine as it is, this is how I normally have seen it in my experience.

No worries regarding the git stuff, it happens. Should be able to rebase just fine (I hope 😁).

@jessebraham jessebraham merged commit 8f657fb into serialport:main May 9, 2022
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.

4 participants