Skip to content

Commit

Permalink
bump mio-serial dependency to version 5
Browse files Browse the repository at this point in the history
  • Loading branch information
berkowski committed Aug 8, 2021
1 parent b5abf10 commit b2a5cb8
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,17 @@ 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.4.0] 2021-08-08
Final release of version 5.4. No code changes besides bumping `mio-serial` to 5.0 since the
previous 5.4.0-beta4.

### Added
- [ColinFinck](https://github.com/ColinFinck) added as maintainer for `tokio-serial`
- [estokes](https://github.com/estokes) added as maintainer for `tokio-serial`

### Changed
- Bumped [mio-serial](https://github.com/berkowski/mio-serial) to 5.0.0

## [5.4.0-beta4] 2021-07-23

### Changed
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tokio-serial"
version = "5.4.0-beta4"
version = "5.4.0"
authors = ["Zac Berkowitz <zac.berkowitz@gmail.com>"]
description = "A serial port implementation for tokio"
license = "MIT"
Expand Down Expand Up @@ -38,7 +38,7 @@ default-features = false
optional = true

[dependencies.mio-serial]
version = "4.0.0-beta4"
version = "5"
default-features = false

[dependencies.bytes]
Expand Down

0 comments on commit b2a5cb8

Please sign in to comment.