Skip to content

Commit

Permalink
update changelog and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Stokes committed Jan 12, 2023
1 parent 6d65070 commit 840ac07
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [5.0.3 and 5.0.4] 2023-01-12
- update dependencies

## [5.0.2] 2022-03-04
- merged [#28](https://github.com/berkowski/mio-serial/pull/28)
- update dependencies
Expand Down
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mio-serial"
version = "5.0.3"
version = "5.0.4"
authors = ["Zac Berkowitz <[email protected]>"]
description = "A serial port implementation for mio"
license = "MIT"
Expand Down Expand Up @@ -31,7 +31,7 @@ default-features = false
version = "0.4"

[target.'cfg(unix)'.dependencies]
nix = "0.25"
nix = "0.26"

[target.'cfg(windows)'.dependencies]
winapi = { version = "0.3", features = [
Expand All @@ -42,7 +42,7 @@ winapi = { version = "0.3", features = [
] }

[dev-dependencies.env_logger]
version = "0.9"
version = "0.10"

[[example]]
name = "read_serialport"

0 comments on commit 840ac07

Please sign in to comment.