Skip to content

Commit

Permalink
Merge pull request #10 from de-vri-es/apple-baud-rates
Browse files Browse the repository at this point in the history
Bump `serial2` to `v0.2.26` for more custom baud rates on iOS and macOS.
  • Loading branch information
de-vri-es authored Jun 21, 2024
2 parents c56821f + 5cb67e9 commit d6e2fb9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Unreleased
- [add][minor] Support more custom baud rates on iOS and macOS.

# Version 0.1.12 - 2024-06-13
- [fix][patch] Fix build of documentation on docs.rs.

Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ serde = ["serial2/serde"]
doc = ["tokio/io-util", "serial2/doc"]

[dependencies]
serial2 = "0.2.24"
serial2 = "0.2.26"
tokio = { version = "1.32.0", default-features = false, features = ["net"] }

[target.'cfg(unix)'.dependencies]
Expand Down

0 comments on commit d6e2fb9

Please sign in to comment.